G
GOL
Please read slowly to understand...
I have a main form with a command button you hit that pops up another form.
On this pop up form are search options. I have another command button on
this pop up form that when clicked runs the search. The macro on the command
button (on pop up form) needs to move the focus to the control I am searching
on the main form and then the FindRecord command is run to search for
whatever was typed in the text box of the pop up form.
**Problem** The GoToControl macro only puts the focus on the current
form/datasheet/etc. I need the focus to go to a totally different form (the
main form). I had to make a pop up form because there are too many search
options. Any suggestions?
I have a main form with a command button you hit that pops up another form.
On this pop up form are search options. I have another command button on
this pop up form that when clicked runs the search. The macro on the command
button (on pop up form) needs to move the focus to the control I am searching
on the main form and then the FindRecord command is run to search for
whatever was typed in the text box of the pop up form.
**Problem** The GoToControl macro only puts the focus on the current
form/datasheet/etc. I need the focus to go to a totally different form (the
main form). I had to make a pop up form because there are too many search
options. Any suggestions?