Psycholicon
Registered User.
- Local time
- Today, 02:49
- Joined
- Aug 14, 2007
- Messages
- 33
Hi, I'm looking for some help with SQL. I have two tables, one that's permanent, and one that's temporary, and I need a command button to be able to read the temporary table and delete all the records from the permanent one that share the same Drawing Number. Then I want to append all the records from the temporary into the permanent and delete the temporary. The append SQL is easy enough, however, I can't get the delete one to work, mainly because the tables aren't joined. There are similar temporary table being created all the time, so it has to be variable, and I can't seem to get the INNER JOIN part of the SQL to work. Please Help!