Importing a file from another database

  • Thread starter Thread starter sswigert
  • Start date Start date
S

sswigert

I import a txt file into a database on a regular basis and then run a query
to remove some data and create a new table. I then import that file into
another database, but recently when I try and import into the second database
I receive the "invalid argument" error. Does anyone know what the issue
might be that is causing this error?
 
What exactly are you doing when you get the error message? Are you doing it
manually or is there a macro or some code doing the importing?
 
sswigert said:
I import a txt file into a database on a regular basis and then run a
query
to remove some data and create a new table. I then import that file into
another database, but recently when I try and import into the second
database
I receive the "invalid argument" error. Does anyone know what the issue
might be that is causing this error?
 
Back
Top