T
TJ
If I add a new object to my form I have the following
If Me.NewRecord Then Me!Importer.SetFocus
I want the focus to goto the same point, if I select a new object of interest.
Easier explanation, my form has a drop down menu to select the company of
focus. I want it to return to the first entry point on Page 1, everytime
this focus is changed.
I hope someone understands my intentions.
If Me.NewRecord Then Me!Importer.SetFocus
I want the focus to goto the same point, if I select a new object of interest.
Easier explanation, my form has a drop down menu to select the company of
focus. I want it to return to the first entry point on Page 1, everytime
this focus is changed.
I hope someone understands my intentions.