Edit fields on form that are unlocked?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I cannot edit the data on any field on a form even though it is showing that
the form is unlocked.
 
If the form is based on a query (not a table), open the query and see if you
can edit the data there. If not, you will not be able to edit in in the
form.

What do you have in the form's AllowEdits property? (Should be Yes)

What about the form's RecordsetType property? (Should be Dynaset.)

What do you have in the Enabled and Locked properties of the controls?
(Should be Enabled = Yes, but Locked = No.)
 

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