yippie_ky_yay
Registered User.
- Local time
- Today, 03:45
- Joined
- Jul 30, 2002
- Messages
- 338
Hello forum,
I need to periodically import several tables into one database. If I delete all the tables first and then import everything goes well (but it's obviously risky). When I run it with older versions of the tables still there, the new tables do not replace them - rather, they get renamed to their same name with a "1" appended to the end.
Is there something I could add to my transferDatabase acImport statement that will replace tables of the same name?
Thanks in advance,
-Sean
I need to periodically import several tables into one database. If I delete all the tables first and then import everything goes well (but it's obviously risky). When I run it with older versions of the tables still there, the new tables do not replace them - rather, they get renamed to their same name with a "1" appended to the end.
Is there something I could add to my transferDatabase acImport statement that will replace tables of the same name?
Thanks in advance,
-Sean