Form Issue

  • Thread starter Thread starter debbiep
  • Start date Start date
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top