Skipping a field when Enter is pressed

R

RobertM

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?
 
A

AlCamp

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
 
Top