HOW TO DELETE RECORD IN QUERY

J

julz

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.
 
D

Duane Hookom

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?
 
Top