cascading combo boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 sets of combo boxes on my form where box 2 is set to only show the
values that match with what was picked in box 1. My problem is the first set
works great but the second set on box 2 will only show the first value no
matter what you pick. I have looked to see if I can find any differances in
the programming and they appear the same. What could I be missing. Thanks
in advance
 
Hi Sandy,

Do you requery combo2 after you change the recordsource according to the
value you choose in the first combo?
Could you post the code you use to filter the second combo after you choose
a value in the first.

Cheers Paolo
 
Back
Top