Form Issue

D

debbiep

I am trying to change a field in a form and it won't let me. The
table allows me to change it but the form will not. What am I doing
wrong? Thank you in advance.
 
K

Klatuu

Is the table the recordset of the form or are you using a query as the form's
recordset? If you are using a query, does the query include other tables or
queries? If it includes other tables or queries, open the query and see if it
allows changes. If it does not, then you have an uneditable recordset.

Is the form's Allow Edits property set to Yes? It must be to make changes.

Is the control's Locked property set to No? It must be to make changes.

If none of the above cure the problem, then there is not enough info in your
question to give you an answer.
 
Top