
Originally Posted by
hertfordkc
-----------------------------------------------------------------------
There is a reason that I'm an 18 year novice. I haven't bothered to learn SQL. Designing a query from scratch and combining queries have solved all of the problems I've come up against.
In Access 2007, go to Create query, and bring in the OlData table and the newdata table. You need to create a join which gives you the records in Oldata which have ids in the newData.
Once you've run that a few times and are satisfied with the result, click on the delete query button. If for some reason you need to runsql instead of openquery, after you have made it a delete query, choose SQL view.
After you've done this a few times, you'll be able to understand SQL even though you may never speak it.