User Profile
Collapse
-
How would I do that? I'm new to VB, mostly let access create my code for me, and then just tweak it to do what I want. This project is my first real exposure to it. -
Open file based on combobox selection
I'm working on an Access database and have a form with a combo box (a list of assembly plant locations), and I want a command button that will open the layout file for that plant.
I've got
Application.Fol lowHyperlink "<file location>"
which works, but I'm looking for a way to control what file is opened based on the selection in the combobox.
I tried
If ([Combo154]="<plant name1>...
No activity results to display
Show More
Leave a comment: