SetFocus Question...

J

JustMe

Hi All

I have a form called MainFrom. When I open this form it has a subForm that I
use to lookup Customers. My problem is when I open this Main form it's focus
is to the center or the Detail section of the form. I need to First fill
some data in the Header section.
How do I set focus that when I open The form it First lets me enter the data
in the header part of the form?
I have looked at the Tab settings and it does not let me do anything but
change tab order of the fields, Not Sections.
Any Ideas?

Thanks
 
J

Jeff Boyce

Already answered in the GetingStarted group -- why post to more than one
newsgroup?

Jeff Boyce
<Access MVP>
 
D

Denis

Forms!millage.Combo21.SetFocus or
Forms!millage.fieldXX.SetFocus

----- JustMe wrote: -----

Jeff
I tried suggestion but I got error about a macro not available..
 
J

Jeff Boyce

Not there, so I have no idea what macros you might have written. ... or
which ones you might have connected to your form.

Good luck

Jeff Boyce
<Access MVP>
 
Top