Microsoft
Software
Hardware
Network
Question : Access 2003 SQL Question
Hi, I am still learning Access/SQL and I am trying to format an SQL statement so it does the following and can not get it using the designer. Can someone help? I want to:
read all of table1 and check it against table2 and for every match of a field called deliv_num in both tables, I want to delete the record from table2.
Thanks,
Charlie
Answer : Access 2003 SQL Question
Hi cafulford,
Try this:
DELETE * FROM table2 WHERE table1.deliv_num = table2.deliv_num
(If you copy this into the SQL view of your query then select designer view, you should be able to see how to do it in the designer.)
Random Solutions
How to troubleshoot a Windows 7 memory leak?
Take some of the data from cursor to a variable
using VCOPY
error 429 ActiveX component can't create object
Deploy a change in registry in a terminal server farm
How would I extract one of each number in an excel column that contains many copies of hundreds of numbers?
reuse code ,forms from other database without copy
How do I reduce the memory iexplore.exe is using, as it can get as high as 260,000k
How to limit rows a user sees after logging to an APEX application
How do I determine if a server is or was a DC