Query not deleting record in table???

  • Thread starter Thread starter Ketaki
  • Start date Start date
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.
 
If the query can be classified as "updateable", one definitely can delete a
record from it.
 
Back
Top