HOW TO DELETE RECORD IN QUERY

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I delete a record in a query ? It's time consuming looking for the
record in the table to delete. I want it to delete off the query and the
table.
 
You can generally delete a record in a query in the same way you would
delete from a table. What are you experiencing that is different?
 
Back
Top