making a field read only on a form in edit mode

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

Guest

I have a form in edit mode, and I want all fields bar one to be editable. The
field at the top is a reference field (primary key in the underlying table)
and I do not want it to be edited in any way although I do want it to be seen.

Any suggestions?
 
kmhnhsuk said:
I have a form in edit mode, and I want all fields bar one to be
editable. The field at the top is a reference field (primary key in
the underlying table) and I do not want it to be edited in any way
although I do want it to be seen.

Any suggestions?

Set the Control's Locked and/or Enabled properties to True and False
respectively.
 
Back
Top