display records from cascading combo box selection

binghamw

BingleyW
Local time
Yesterday, 20:45
Joined
Apr 22, 2004
Messages
57
After I have got the 2 cascading combo boxes working, I want to display
the fields in a "subform" based on the second combo box selection.

How do I do this?
 
Presumably, the second combo provides a unique identifier for the record that you want to display, so let the wizard build the combo for you. One of your choices will be to find a record on the current form. Don't make the mistake of trying to use the combo both as a bound data entry field and as a filter. Combo's used as filters, must be unbound.
 

Users who are viewing this thread

Back
Top Bottom