Microsoft
Software
Hardware
Network
Question : MS Access Query/VBA/SQL problem
Hi, I am trying to do a simple delete from a table called "BL_FILE TO GO" based on a field called "deliv_num" if that record exists in "BL_FILE TO GO" as well as "BL_FILE". When I run the query all I get is an error saying "Could not delete from specified tables".
There is not much to this. What am I missing?
Thanks!
DELETE [BL_FILE TO GO].*
FROM [BL_FILE TO GO] INNER JOIN BL_FILE ON [BL_FILE TO GO].deliv_num = BL_FILE.deliv_num;
Answer : MS Access Query/VBA/SQL problem
try
DELETE *
FROM [BL_FILE TO GO]
Where deliv_num in (select deliv_num from BL_FILE)
Random Solutions
Sharepoint - How to view version history of all items in a list on a single page
TSQL CASE and the WHERE CLAUSE
What Is a Good Imaging Software For Installing Windows On Refurbashed Laptops?
Unable to connect to Team Foundation Server
Access 2003 Hyperlink warning
Record(s) can't be read; no read permission on 'x.mdb'
How to access MS CRM 4.0 intranet website over the internet?
Slow speeds accessing files from Windows Server 2008 Standard
Setting up our Maintenance Plan on our new SQL 2008
What is the smallest footprint for a fanless PC available