G
Guest
This is my first time creating a form, I want to created a textbox that will show a list of choices for the user to pick from based on the user initial choice. Example
If a user in the first choice choose Dessert in the fist drop down box, I want the second drop down box to show the following choices (Pie, ice-cream, Milk Shake, etc). Now if the user choose appetizer in the first dropdown box, I want the second drop down box to show (chicken finger, chicken wings, Fries, onion rings,etc)…. I am struggling to have the second drop down box to show a different list based on the first drop down box choice. I have the list from the drop down box in a single table with 2 field, first field called Menu that show the first drop down box list (ie. Dessert, Appetizer) and second field called Choices showing the second drop down list (Chicken finger, pie, icecream). I am familiar with a dlookup but not sure how to get the second list box to look up a different list based on different choice enter from the first drop down box. Any help is appreciated!
If a user in the first choice choose Dessert in the fist drop down box, I want the second drop down box to show the following choices (Pie, ice-cream, Milk Shake, etc). Now if the user choose appetizer in the first dropdown box, I want the second drop down box to show (chicken finger, chicken wings, Fries, onion rings,etc)…. I am struggling to have the second drop down box to show a different list based on the first drop down box choice. I have the list from the drop down box in a single table with 2 field, first field called Menu that show the first drop down box list (ie. Dessert, Appetizer) and second field called Choices showing the second drop down list (Chicken finger, pie, icecream). I am familiar with a dlookup but not sure how to get the second list box to look up a different list based on different choice enter from the first drop down box. Any help is appreciated!