Item: Access app front end for an SQL database (production tracking/job logging utility)
Problem: The app has a main search page that allows job entries to be located and opened by varies criteria (job#, job name, etc). I can currently run multiple searches on different criteria successfully...
Is their a way to edit the following query so that it will delete from more than one table?
DELETE FROM tblSample
Or do I need to write a seperate query for each table I want to delete?