Lock fields within a form

  • Thread starter Thread starter John
  • Start date Start date
J

John

It is possible that within a form to be able to lock the
first two fields (Ex: Last Name, First Name) so that if a
person has to scroll to get to the rest of the fields on
the record they can see Last Name and First Name (Like
excel's freeze pane property). Is there code I need to
use or is there a property that I need to set within the
field.

Thanks,
John
 
John said:
It is possible that within a form to be able to lock the
first two fields (Ex: Last Name, First Name) so that if a
person has to scroll to get to the rest of the fields on
the record they can see Last Name and First Name (Like
excel's freeze pane property). Is there code I need to
use or is there a property that I need to set within the
field.


No, you can't "fix" the position of some of the display
elements in the detail section. However, you can place that
info if the form's header section, which will not scroll
 
Back
Top