Cursor to Form Header

chefdaveross

Registered User.
Local time
Today, 11:00
Joined
Aug 31, 2007
Messages
81
How do I get a cursor to start at a specific combo box in a form header when I open up the form. I am not able to adjust that in the tab order selections.

It always starts in the detail section

Is there a setfocus code or something else for that?

-thanks
 
In the On Load event use

Me.YourComboBoxNameHere.SetFocus
 
Thank you Bob

Worked great,
Happy Holidays!
 
Glad it worked for you.

MERRY CHRISTMAS AND
HAPPY NEW YEAR!
 

Users who are viewing this thread

Back
Top Bottom