Delete query

A

Andre

I am not being successful when trying to write a delete query that deletes all the information from multiple tables. The tables do not have matching records. Any ideas?
 
J

Jason

Andre,

I might be wrong, but I do not think you can do this from
one query. Either use one query and change what table it
is going to look at before run OR create one query for
each table and run them in order.

Jason


-----Original Message-----
I am not being successful when trying to write a delete
query that deletes all the information from multiple
tables. The tables do not have matching records. Any ideas?
 
J

John Vinson

I am not being successful when trying to write a delete query that deletes all the information from multiple tables. The tables do not have matching records. Any ideas?

Run multiple delete queries, one for each table. If you don't have
relationships you can't delete from multiple tables in one query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top