View Full Version : Combo box filter


RussG
05-14-2002, 09:41 AM
I have a cboBox1 that filters cboBox2 and requery in the afterupdate of cboBox1. All works fine except when I scroll through the records. Some of the records fail to show in
cboBox2 ( even though there is data in the table). If I reselect cboBox1 it refreshes the data. How do I get this to work, I am confused why it works on some records and not on others.

Thanks in advance

Russ