I have a form with three tab controls as follows:
Tab 1 - main form for proposal specific information
Tab 2 - continous subform to select models to include to include in the current proposal
Tab 3 - a two-part form; the top is single form, and the subform shows the models entered in Tab 2 for entering other cost related information.
This works fine with the major hassel that the subform on Tab 3 doesn't automatically requery to show the records added in Tab 2 until the user starts entering data.
I thought the easy answer was to add a macro to requery the subform on Tab 3 to refresh the data when this tab is selected, but after trying open/enter etc events for both forms on Tab 3, I either get no reaction, or Acc2k says they can't find the control I am trying to reference to update.
One basic quesiton I have is: on this type of multipage form with tab controls -- when do the subforms open? I initially thought all four forms would open when the main form did and I would use the get focus or current events, so all thoughts welcomed...
TGH
Tab 1 - main form for proposal specific information
Tab 2 - continous subform to select models to include to include in the current proposal
Tab 3 - a two-part form; the top is single form, and the subform shows the models entered in Tab 2 for entering other cost related information.
This works fine with the major hassel that the subform on Tab 3 doesn't automatically requery to show the records added in Tab 2 until the user starts entering data.
I thought the easy answer was to add a macro to requery the subform on Tab 3 to refresh the data when this tab is selected, but after trying open/enter etc events for both forms on Tab 3, I either get no reaction, or Acc2k says they can't find the control I am trying to reference to update.
One basic quesiton I have is: on this type of multipage form with tab controls -- when do the subforms open? I initially thought all four forms would open when the main form did and I would use the get focus or current events, so all thoughts welcomed...
TGH