Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting First Entry Field Default in Access Form

Status
Not open for further replies.

deintinis

IS-IT--Management
Nov 14, 2001
174
0
0
US
When I open a form in access, how do I set where the cursor will begin accepting entries. Right now, it is starting on a field that I don't want it to start on. I tried moving the field that I wanted to start to the top of the table list, but it is still defaulting to the wrong field.
 
In design, view menu, tab order - select the correct tab order.

Else you could also use for instance the on load/on current event to setfocus to the control you want to be the "first" selected control when the form opens/per each record.

[tt]me!txtSomeControl.SetFocus[/tt]

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top