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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set focus to textbox in Form Header? 1

Status
Not open for further replies.

tyleri

Programmer
Jan 2, 2001
173
US
in the "on current" part of the form, I want to write a module in VBA that will set the focus to "applications" labeled textbox in the Form Header.

How do I do this?
 
No VBA Module is needed....

In the OnCurrent Event, set it to Event Procedure. Click the Build Button (3 dots on the right of the field) and the code window will come up. In the code window, put

Me![applications].SetFocus

You should be set.... Please remember to give helpful posts the stars they deserve! This makes the post more visible to others in need! [thumbsup2]

Robert L. Johnson III, A+, Network+, MCP
Access Developer/Programmer
robert.l.johnson.iii@citigroup.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top