I have a problem and can think of two logical solutions (neither of which do i know how to implement). I am looking to create a search form that prompts users to pick a product out of a combo box. There will be 8 main product categories. Once they select a category and presumably hit a button, they will be directed to a second combo box populated only with the product sub-categories associated with the one they chose. In other words, there are 8 categories, and at least 120 sub-categories and I think it would be foolish to have just one big combo box. Another alternative would be some kind of custom feature I could get that was similar to the start menu on windows. ie. If you focused on, or clicked, programs, it would bring up what is contained within programs beside the little arrow icon. Anyway, I wouldn't know how to implement either one of these two methods (the combo box to combo box, or the start menu). If anyone can show me the light, or send me down another path I would really appreciate it.