what could be causing the me.combox_name.requery to not fire?
I have created two combo boxes - everything works the first time I open the form.
The first combo box (master) drops down with the list of records
go to the second combo box (child) and I see the "filtered" records based on the value selected in the first combo box.
I select the record I want.
Go back to the first cmb and select a different value for master
back to the child cmb and I see the same old values
I have a me.cmbchild.requery afterupdate event for the cmbmaster.
What's missing?