Can anyone help me with how I can use the results of a cascading listbox to fill in other fields? For example, lets say we are using a lookup table that contains four columns. The first has the type of food (ie Fruit, Vegatable, etc). After the type of food is selected in the first list box, the second list box provides various versions of that food (ie Apples, Bananas, etc.). Then within that table each of those food items has two other fields with information associated with the product (i.e. one may indicate the price and another a description of the product).
After the cascading listboxes are selected for "Fruit" and "Vegatable", how do I get it to automatically fill in the values for the Price and Description field? I assume this involves Javascript and would really appreciate if anyone could point me in the right direction on this.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
aukirk
Can anyone help me with how I can use the results of a cascading listbox to fill in other fields? For example, lets say we are using a lookup table that contains four columns. The first has the type of food (ie Fruit, Vegatable, etc). After the type of food is selected in the first list box, the second list box provides various versions of that food (ie Apples, Bananas, etc.). Then within that table each of those food items has two other fields with information associated with the product (i.e. one may indicate the price and another a description of the product).
After the cascading listboxes are selected for "Fruit" and "Vegatable", how do I get it to automatically fill in the values for the Price and Description field? I assume this involves Javascript and would really appreciate if anyone could point me in the right direction on this.
Thanks!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.