John:
Thank you, your suggestion worked like a charm.
Can you tell me if it is possible using code in one database to delete the
contents of table stored in another database?
I know the above questions must sound funny but please allow me to explain
so you know it is legit. What I am doing is using an access database to
complete our year-end inventory count. To do this we use Symblol hand held
scanners to capture the stock codes and quantities. The company we purchased
the scanners from have written code that will APPEND the data from the
scanners to an access database (Access 2000) table called CollectedData.
What I do in my database is import their table, copy it and then append the
records to my table used to capture the count.
Since their code APPENDS the data to their table there is a chance for
duplication. So what I would like to do is after I have imported, copied and
appended the data in my database is to delete the contents of their
CollectedData table.
Is this possible and if so what would the code be?
Once again your help is appreciated.
Thanks,
FatName