I have two question about dependent combo boxes.
First is it possible to make a combobox that functions as follows: Two comboboxes (CompanyName and CustomerID) on load both comboboxes come up with all possible options. If you start Typing "Amer" in the CompanyName combobox, it will limit the CompanyName combobox to all the Companies starting with the letters "Amer" Also, it will limit the CustomerID comobox to all the Customer ID's that match any Company name that starts with "Amer" Then If you delete "Amer" in the CompanyName combobox it will once again give you all the company name and customer Id options. I also want it to work the same way with the CustomerID combobox so that if you type the beginning of a customer ID it will limit the Company names to onces that match what you have typed so far.
My second question is: Is there anyway to reset the default value in a combobox to the first option after the combobox has been requeried. I know how to set the default value to the first option, but when the combobox is requeried the default value doesn't change to the new first option.
Thanks for your help, If any of these are possible please explain in detail how it is done, or uploading an example would be a huge help.
First is it possible to make a combobox that functions as follows: Two comboboxes (CompanyName and CustomerID) on load both comboboxes come up with all possible options. If you start Typing "Amer" in the CompanyName combobox, it will limit the CompanyName combobox to all the Companies starting with the letters "Amer" Also, it will limit the CustomerID comobox to all the Customer ID's that match any Company name that starts with "Amer" Then If you delete "Amer" in the CompanyName combobox it will once again give you all the company name and customer Id options. I also want it to work the same way with the CustomerID combobox so that if you type the beginning of a customer ID it will limit the Company names to onces that match what you have typed so far.
My second question is: Is there anyway to reset the default value in a combobox to the first option after the combobox has been requeried. I know how to set the default value to the first option, but when the combobox is requeried the default value doesn't change to the new first option.
Thanks for your help, If any of these are possible please explain in detail how it is done, or uploading an example would be a huge help.