G
Guest
I currently have a form that contains a combo box. I use this combo box to
select certain criteria for a subform. In the subform I have another combo
box, which I would like to be requeried based on the selection in the combo
box on the main form. I have tried using the following code in the after
update event for the combo box on the main form:
Me.[ComboBox2].Requery
It, however keeps giving me an error that it cannot find the field specified.
On the subform I use the code Me.[ComboBox3].Requery in the after update
event of combobox2 and it works ok.
Any suggestions would be appreciated.
Thank you
select certain criteria for a subform. In the subform I have another combo
box, which I would like to be requeried based on the selection in the combo
box on the main form. I have tried using the following code in the after
update event for the combo box on the main form:
Me.[ComboBox2].Requery
It, however keeps giving me an error that it cannot find the field specified.
On the subform I use the code Me.[ComboBox3].Requery in the after update
event of combobox2 and it works ok.
Any suggestions would be appreciated.
Thank you