Query not deleting record in table???

K

Ketaki

u will have to write a specific "delete query" to do that.
normal queries dont let you delete records from the
underlying table.
 
C

Cheryl Fischer

If the query can be classified as "updateable", one definitely can delete a
record from it.
 
Top