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
File System Error (-1073741701) When attempting to run or attempting to load Vista SP1
blue Screen on windows 2003 sp1
What are the recommended alternatives to the Office Web Components when used in Microsoft Access
Use DOS Batch File to Expand Wildcard into Filenames
vb.net - get ip address from host
Dlookup(price of item the last date/time it was completed)
BESR VHD Error
Why can't I see my vertical scrollbars in Access 2007 Form?
How do I hide the splash screen on application load? VB.NET 2005
IIS Anonymous User Password