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
What is difference between 2003 Standard and 2003 Datacenter servers?
Building VC++ COM server to work with VB
How do i Create a DSN connection in Access??
How to copy section of each field from Colm 1 to Colm 2 in excel
Windows Media player wont play Netflix online movies
Select rows in one table that are not in another table.
Using 7-zip from command line. Has anybody done it?
Change style of the selected menu item
I am also trying to connect MS Access to NCR Teradata. I have not been able to connect through ADODB connection - when I try to open the connection I get this error: "Can't find host [MyServer]Cop1
Analysis services - MDX date calculation