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
ASP.NET - Database Class
Receiving error code 0x800702e4 when trying to download with InDownloadMngr while in IE 8 with Win7 runing (64 bit) what do I do?
what is the ip address of a web site? What happens when you change the ip address?
Dicom to Jpeg Image Conversion
Windows Scripting: FileSystemObject properties inconsistent with Windows Explorer values
Do not spell check or grammar was skipped.
Help! finding entities in a scenario.
Visual Studio Setup Project don't RemovePreviousProjects
Opening Excel from Access causes Access to crash
Excel copy from sheet1 to sheet2