Currently I have a textbox that will display some text based on the search criteria. The text that is displayed will be the name of a table. Is it possible for me to make it so that if I click on the name of the table in the textbox, it will open the table for me?
Share
In the click event of the textbox:
Edit re comment, this is a sketch and will not work if the table name has spaces.
Or better, capture the construction in a listbox by row, rather than in a textbox.
Based on you code sample, you can say:
Then in the click event for listbox0: