Record not updateable

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

HI

Under what condition do I get the message "This record set is not
updateable" when I try to make entry into a form based on a query?

Thanks very much.

Regards
Ramesh
 
If you join two tables together, and these two tables have a 1:m
relationship, then the one side is not updatable.

Try to work on the query first before you use form.
 
Back
Top