Dropdown

Hello again, I have difficulties in coding this:
A dropdown that is filled with options A, B and C. If a user selects A, a pre-calculated record from the dataset will be displayed on the textbox. If user selects B, a different pre-calculated record from the same dataset will be displayed on the textbox. How can I achieve this?

Thank you so much for your time.

Hi,
You can check out the Cascading Form example here . Note that you can also open the editor and play with the code a bit to achieve what you want.

Good luck!
Tal.

Got it! Had to just use the dropdown onChange and play around with the hide / show textbox codes hehe Thank you!

Can You help me for dropdown menu