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.)
 
Back
Top