I have a drop down box that once selected, populates some data in a sub form.
Some controls in the main form control's source are set to the values in the sub form.
What I would like to do is, after making a selection from the drop down box and AFTER those controls populate, have a msgbox pop up.
What I've tried to do, unsuccessfully, is put the msgbox code in the After Update events of both the drop down box and one of the controls (a text box that whose control source is a field in the subform). Neither works.
In the After Update event of the drop down box, the msgbox comes up before the controls populate (a la the results of the drop down box).
If the code is in the After Update event of the text box control, nothing happens..
Any suggestions? The user needs to see the data populate in those controls before they can respond to the msgbox..
Some controls in the main form control's source are set to the values in the sub form.
What I would like to do is, after making a selection from the drop down box and AFTER those controls populate, have a msgbox pop up.
What I've tried to do, unsuccessfully, is put the msgbox code in the After Update events of both the drop down box and one of the controls (a text box that whose control source is a field in the subform). Neither works.
In the After Update event of the drop down box, the msgbox comes up before the controls populate (a la the results of the drop down box).
If the code is in the After Update event of the text box control, nothing happens..
Any suggestions? The user needs to see the data populate in those controls before they can respond to the msgbox..