PDA

View Full Version : Solved: CSV import errors



dand_dd
05-05-2008, 02:01 AM
I have resolved this problem. Was my mistake. the table must have the same number of row like the csv file.


Hallo,

I have attached my database. I have an .csv file and a Form with one button, Behind thos button i have written:

DoCmd.TransferText acImportDelim, , "TblCSV", "C:\Documents and Settings\q251517\Desktop\TblCSV.txt"

I took this from help of VBA.
But it's not working.

Where I make mistakes?

Dan