Hello, I was wondering if someone could please help me with the following??? Lets say you have (2)comboboxes on a form which in turn are tied to a database, I would like to have a user select data from the first combobox, and the second box would have data filtered by what was selected in box #1. Example: Box 1 has Ford, Dodge, and Chevy. When a user selects Chevy, box two would have only cars made by chevy (Corvette, Camaro, Malibu, etc...) but if that same user goes back to box 1 and changes it to Ford, box 2 would have cars made by Ford (Mustang, T-Bird, etc...). You could take it even further by selecting the type of car (sportscar, suv, pickup etc....) I'm sure this is a easy solution. I thank you in advance...