Question : Synchronizing three (3) combo boxes in a form.

I have in the form three combo boxes. a)cbo1 , b)cbo2 , c)cbo3.
I want to synchronize cbo1 with cbo2 and cbo2 with cbo3.
When I choose from cbo1 limits the records to cbo2  and then I choose from cbo2 limits the records to cbo3.
If you pleased write the complete code for this to understated.
Thank you

Answer : Synchronizing three (3) combo boxes in a form.

Did you try coffeeshop's code?

The technique you are refreeing to is called "Cascading Lists"
The technique is basically the same for Comboboxes and Listboxes.

Here are some great Tutorials:
http://www.fontstuff.com/access/acctut10.htm

One table
http://www.candace-tripp.com/download/cascadecombo2k.zip
Two Tables
http://www.candace-tripp.com/download/2table_cascadecombo2k.zip

JeffCoachman
Random Solutions  
 
programming4us programming4us