T
Thorson
I have a form with a subform, I would like the AfterUpdate event of the combo
box cboDiagnosis to requery a combo box in the subform cboDrugName, however
when I put in the code it says it can not find the field, I think I am
identifying it incorrectly, this is the code I put in the after-update event
for CboDiagnosis:
Private Sub cboDiagnosis_AfterUpdate()
[frmTherapeuticIndTreatmentRecords.cboDrugName].Requery
End Sub
Do I have to identify differently since it is a sub-form?
Thanks.
box cboDiagnosis to requery a combo box in the subform cboDrugName, however
when I put in the code it says it can not find the field, I think I am
identifying it incorrectly, this is the code I put in the after-update event
for CboDiagnosis:
Private Sub cboDiagnosis_AfterUpdate()
[frmTherapeuticIndTreatmentRecords.cboDrugName].Requery
End Sub
Do I have to identify differently since it is a sub-form?
Thanks.