S
Sor_man
Can someone pls help me. Whats wrong in these lines. Tried many things but
can't get it to work.
DoCmd.TransferText acExportFixed,
"[c:\Bonappetit\udviklingsapplikation\schema.ini]", "[Kunde_Scan_Eksport]",
"[c:\Bonappetit\udviklingsapplikation\Kunde.txt]", False
My schema.ini file looks like this
[Kunde.txt]
ColNameHeader = True
CharacterSet = ANSI
Format = FixedLength
Col1=KundeId char width 10
Col2=Kundenavn Char Width 89
Thanks
Sor_man
can't get it to work.
DoCmd.TransferText acExportFixed,
"[c:\Bonappetit\udviklingsapplikation\schema.ini]", "[Kunde_Scan_Eksport]",
"[c:\Bonappetit\udviklingsapplikation\Kunde.txt]", False
My schema.ini file looks like this
[Kunde.txt]
ColNameHeader = True
CharacterSet = ANSI
Format = FixedLength
Col1=KundeId char width 10
Col2=Kundenavn Char Width 89
Thanks
Sor_man