G
Guest
I have a subform with two combo boxes. The combo boxes have been set up so
that the selection in the first combo box limits the selection list of the
second combo box. These boxes seem to be working propoerly, but I would like
to make a small change and that is where I am having a problem.
I would like that when you change the first box (Medication name) then the
second box (Dosages) would become blank or immediately remove the previous
dosage. Then when you pulled the drop down menu, you would select from the
new list.
At this time, the second cbo shows the "old" dosage until you select from
the new drop down list. I am currently using a macro Requery On Change event
to refresh the second cbo. Both cbos are bound to fields in a
tblMedicationRecord.
Any help is appreciated very much. Thank you.
that the selection in the first combo box limits the selection list of the
second combo box. These boxes seem to be working propoerly, but I would like
to make a small change and that is where I am having a problem.
I would like that when you change the first box (Medication name) then the
second box (Dosages) would become blank or immediately remove the previous
dosage. Then when you pulled the drop down menu, you would select from the
new list.
At this time, the second cbo shows the "old" dosage until you select from
the new drop down list. I am currently using a macro Requery On Change event
to refresh the second cbo. Both cbos are bound to fields in a
tblMedicationRecord.
Any help is appreciated very much. Thank you.