Link to home
Start Free TrialLog in
Avatar of nk51
nk51

asked on

Docmd.TransferText

Hello !

I need an example of TransferText's using with fixed format file text.

Thanx.
Avatar of KangaRoo
KangaRoo

   DoCmd.TransferText acImportFixed, specs, table, file

Avatar of nk51

ASKER

Ok but how to make the specs ?
What's the way to do it ?
ASKER CERTIFIED SOLUTION
Avatar of KangaRoo
KangaRoo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nk51

ASKER

OK. Thanx.