J
jesseb
Here is my code attached to a button:
DoCmd.TransferText acImportDelim, , "Table1", "C:\testing.csv", True, ""
It works but I get a prompt about: unable to append all the data to the table
The contents of the fields in 0 record(s) were deleted, and 1 record(s) ...
etc.
I would like to surpress the message so the user does not need to deal with
it.
Anyone with suggestions?
Thanks, Jesseb
DoCmd.TransferText acImportDelim, , "Table1", "C:\testing.csv", True, ""
It works but I get a prompt about: unable to append all the data to the table
The contents of the fields in 0 record(s) were deleted, and 1 record(s) ...
etc.
I would like to surpress the message so the user does not need to deal with
it.
Anyone with suggestions?
Thanks, Jesseb