N
Nathan
I have a Primary form and a subform within it.
I also have a pop up window which allows users to choose from a list of
codes, click on the code, and it populates the code in the SUBFORM. The
button that calls up the pop up window is on the Primary form.
The problem is, I want the focus to go to the next field on the subform
(datasheet view), but after the macro executes, the focus is back on the
primary form. is there a way I can get the focus to go to the next field in
the subform after the macro populates the subform instead of returning to the
primary form?
I don't want to stick the button in the subform, because its in datasheet
view, if at all possible.
I also have a pop up window which allows users to choose from a list of
codes, click on the code, and it populates the code in the SUBFORM. The
button that calls up the pop up window is on the Primary form.
The problem is, I want the focus to go to the next field on the subform
(datasheet view), but after the macro executes, the focus is back on the
primary form. is there a way I can get the focus to go to the next field in
the subform after the macro populates the subform instead of returning to the
primary form?
I don't want to stick the button in the subform, because its in datasheet
view, if at all possible.