Skipping a field when Enter is pressed

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

Guest

I've got a form that I enter two values into. If I press Enter after the
second value It goes to a read only field. What I would like to do is have it
skip this field and go directly to the subform. Any suggestons?
 
Robert,
Change the TabStop proerty of your "read only" field to...
Tab Stop = No
You may want to also set that field's properties to...
Enabled = False
Locked = True
hth
Al Camp
 
Back
Top