C
Chips
Using Access 2K
I have a main form (based on TblJob) containing a subform.
The subform (FrmSbSubCbyJob) has a combo box that chooses records from a
TblSubCont.
It fills in records in TblSubContbyJob
I have a command button that opens up a FrmSubcont for TblSubCont so that I
can add or edit records in it.
When I close the FrmSubCont I want it to refresh or requery the combo box in
FrmSbSubContbyJob so that it now displays the newly added, deleted, or
edited records correctly.
I have not been able to figure out how to do this. Any help would be
appreciated.
GC
I have a main form (based on TblJob) containing a subform.
The subform (FrmSbSubCbyJob) has a combo box that chooses records from a
TblSubCont.
It fills in records in TblSubContbyJob
I have a command button that opens up a FrmSubcont for TblSubCont so that I
can add or edit records in it.
When I close the FrmSubCont I want it to refresh or requery the combo box in
FrmSbSubContbyJob so that it now displays the newly added, deleted, or
edited records correctly.
I have not been able to figure out how to do this. Any help would be
appreciated.
GC