RussG
04-14-2001, 04:40 AM
I am using a combo box (cboBox1) to filter combo box 2 & 3 (cboBox2, cboBox3). I have the form set to continuous , in 'Afterupdate' in cboBox1 I have DoCmd.Requery "cboBox2"
DoCmd.Requery "cboBox3"
This seems to work for the first record, when I enter to the next record the data from cboBox2 & 3 which I selected disapears.
Also the filter stops working.
I'm stumped, can anyone help.
Russ
DoCmd.Requery "cboBox3"
This seems to work for the first record, when I enter to the next record the data from cboBox2 & 3 which I selected disapears.
Also the filter stops working.
I'm stumped, can anyone help.
Russ