Good afternoon,
I am hopying someone can help out with a question that I have.
I am trying to import a .csv file into a table in my database.I am using
DoCmd.TransferText acImportDelim, "", "TICK", strLocation, True, ""
It works great but always creates an a table that contains the errors from the import. I already know that there is going to be the errors before the import so I don't want access creating a table each time I do an import.
Is there anyway around this?
Thanks for your help
I am hopying someone can help out with a question that I have.
I am trying to import a .csv file into a table in my database.I am using
DoCmd.TransferText acImportDelim, "", "TICK", strLocation, True, ""
It works great but always creates an a table that contains the errors from the import. I already know that there is going to be the errors before the import so I don't want access creating a table each time I do an import.
Is there anyway around this?
Thanks for your help