TransferText under XP

DrSnuggles

Well the hell is Hudson??
Local time
Today, 13:09
Joined
Sep 14, 2004
Messages
117
Hi,

I have this bit of code that tranfers a file into my Access 97 Db:

DoCmd.TransferText A_IMPORTFIXED, "ARCCAND.DAT", "CandidateIn", gstrImportDir & "\ARCCAND.DAT"

The last time I ran this was under NT. It doesn't work under XP now though.
Any clues?

Many thanks
 
Whats the error you get? It might be that your import sepcification is now gone. Post back with more details.
 
Try acImportFixed instead of A_IMPORTFIXED
 
Good eye. I should have seen that...

mj.gif
 

Users who are viewing this thread

Back
Top Bottom