Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

delete query not working

Status
Not open for further replies.

lyndah

MIS
Dec 3, 2009
6
0
0
GB
I have a customer database (table A) that I want to delete a large number of records from. The details of the records I want to delete are in another table (table B). I've created a select query to select the records from table A that are also in table B. The select works fine - but I can't get a delete query based on that to run. Any help appreciated
 



Hi,

Try running the Delete on table B first and then table A.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top