Problem With Find

Hi All

Here is the problem. Form A, based on table A includes a combo box/valueList(1, not editable) showing All records from table B. Form A also has another combo box/valueList(2, not editable) showing limited records from table C, related to Table B/combo box/valueList(1). This all works as expected in dataReady mode. When I do a Find on Form A, I can select a value from combo box/valueList(1), but when i attempt to select a value from combo box/valueList(2), there is no values available/displayed. Since the combo box/valueList(1) is not editable, that dataProvider is not available in the find mode.

Is this normal or is there something I am missing?

Thanks for the help.

I think you should give a little more info.
How is the second valuelist defined? By a relation? Or is it custom valuelist that you fill yourself?

Thanks Joas

combo box/valueList(2, not editable) is populated thru a relation linked to table B, ie: the choices availabe i combo box/valueList(2, not editable) is a subset of records based on the data in combo box/valueList(1, not editable).

Tom