So I currently have an excel spreadsheet with the table below,
Tablename: TableWalk
Title ¦ Road
A1 UP
B1 Down
C1 Down
D1 UP
I currently have a drop down showing a list from the Title Column. This is achieved by,
TableWalk.Title
I now have a text label and want to show the value from the Road column based on what was chosen from the dropdown. For example, if I chose A1 from the dropdown, the text label should show 'UP'.
I tried Dropdown2.Selected.Road but comes up with an error, after typing Dropdown2.Selected. the only suggestion is to put 'Title' which of course is not what I want.
Any help would be appreciated.
Thanks.