Import all colunm?

N

NewBie

Dear expert,
I tried to import a text file to a table but I never get
it done, here are my code:
DoCmd.TransferText
acImportDelim, , "dbo_tempcum", "C:\Access Projects\Text
Files\MAIN.TXT", False

I get an error "Run time error 2391- Field F1 does not
exist in table dbo_tempcum"
Thanks,
NewBie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top