C
CJ
Hi Groupies
My Main form (frmProjectMaster) contains 2 levels of subforms. The first
subform is frmCompartmentsWizard. frmCompartmentsWizard contains
fsubBlocksWizard and fsubReefersWizard. On fsubBlocksWizard, there is a
combo box called strStockCode that gets its data from tblReefers. tblReefers
happens to be the data source for fsubReefersWizard.
What I need to happen is this:
When a new record is added in fsubReefersWizard, I need the combo
box on fsubBlocksWizard to requery so that the new data shows up. I need to
stay in fsubReefersWizard.
I am having trouble figuring out how to write the requery for the combo.
Could somebody please get this straight for me?
Thanks for the brainwaves!
CJ
My Main form (frmProjectMaster) contains 2 levels of subforms. The first
subform is frmCompartmentsWizard. frmCompartmentsWizard contains
fsubBlocksWizard and fsubReefersWizard. On fsubBlocksWizard, there is a
combo box called strStockCode that gets its data from tblReefers. tblReefers
happens to be the data source for fsubReefersWizard.
What I need to happen is this:
When a new record is added in fsubReefersWizard, I need the combo
box on fsubBlocksWizard to requery so that the new data shows up. I need to
stay in fsubReefersWizard.
I am having trouble figuring out how to write the requery for the combo.
Could somebody please get this straight for me?
Thanks for the brainwaves!
CJ