Hello,
ASP newby here. I have created a database with two data fields and an auto number ID in Access. I have set up an select box to display the categories field in the database and a textarea to display it related value (multiline, multi column).
I can't seem to get the selected value from the select box to display in the textarea when selected. Right now the database info show from the first record shows but won't change when the option is selected.
The database is in 1 table, category and categoryInfo both on the same autonumber ID.
How do I make the textarea data field (categoryInfo) change when the option (category) from the select box is chosen?
Thanks.