J jportland Guest Apr 6, 2003 #1 hi. When I open a form with a subform in it, why does the code for the subform always run before the code for the parent form, and is there some way to get it to run the other way around?
hi. When I open a form with a subform in it, why does the code for the subform always run before the code for the parent form, and is there some way to get it to run the other way around?
R Rich Guest Apr 6, 2003 #2 Because the subform opens before the main form, what is your code on the subform doing?