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
Visual Studio 2008; Website project; bin folder now showing?
Form Design in Access 2007
changing data from a linked table
Microsoft Excel 2007: How to find the largest value in one column then displaying a label from the other corresponding column??
When To Use Custom Events
Adjust data table size and graph size independently in Access XP
Access Runtime Error
combine text data in textboxes on form
Form_Timer doesn't execute
Is their anyway to convert label to a string