In a query (or form based on it) I delete a row, but after requery, the row reappears without any message telling me that the query is not updateable. The row disappears correctly and all events are fired, but no record gets deleted. My query uses 6-7 linked tables and two outer joins (although I don't know if it matters)
The thing is that if I delete the master record directly from the access table, it IS deleted. So it must be the query. But why is access accepting it for delete, but doesn't delete it?