chrisjrice
Registered User.
- Local time
- Today, 19:09
- Joined
- Mar 26, 2002
- Messages
- 37
I have two combo box's. The data in each combo box is loaded by seperate querys.
The are 2 seperate lists of data that i want to load into combobox two, and I want to control which list is loaded into combobox two by the value selected in combobox one. (There are only 2 values loaded into combo box one).
The query that loads combobox has an expression on one of the fields that says where value is equal to form.combobox one). The This works fine when you first load the form. Combobox two displays the list corresponding to the initial value in combobox one. If you then change combobox one, combobox two has no data. I have tried a me.refresh and a me.requery in the combobox on update event, this does not work. Can anyone help???
The are 2 seperate lists of data that i want to load into combobox two, and I want to control which list is loaded into combobox two by the value selected in combobox one. (There are only 2 values loaded into combo box one).
The query that loads combobox has an expression on one of the fields that says where value is equal to form.combobox one). The This works fine when you first load the form. Combobox two displays the list corresponding to the initial value in combobox one. If you then change combobox one, combobox two has no data. I have tried a me.refresh and a me.requery in the combobox on update event, this does not work. Can anyone help???