"Operation must use an updateable query"

D

Douglas J. Steele

It means that whatever query you're using (possibly as the recordset for a
form?) is not updatable, therefore you can't make updates to it.

If you specify more details, someone may be able to suggest a work-around.
 
A

Anthony

Thank you, Douglas

Douglas J. Steele said:
It means that whatever query you're using (possibly as the recordset for a
form?) is not updatable, therefore you can't make updates to it.

If you specify more details, someone may be able to suggest a work-around.
 
Top