Cannot delete record, "read only" message

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

Guest

I am to delete a record in my table, but not in the query. The query is a
combo of 2 tables and has some calculated fields (if that matters). I
receive this message-->
"Record not deleted. Date is read-only."
 
Hi Tina,

Normally, Access will not allow you to delete records from a query that has
multiple table JOIN.

You have to either delete it from the table or create a delete query.

Hope this helps.
 
Back
Top