Cannot delete record, "read only" message

T

Tina

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."
 
J

JL

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