I have a form with a Combo box and a button.
I want the user to be able to choose an option in the combo box, click the button, and a related .pdf is opened.
The Combo box has a control source in a table. Within the same record as the control source, a 2nd column contains a hyperlink with a file path to a related .pdf.
What I am struggling with is the code associated with the clicking of the button.
How do I command Access/VBA to go to the record chosen, find the related .pdf, and open the .pdf with a click of a button?
I want the user to be able to choose an option in the combo box, click the button, and a related .pdf is opened.
The Combo box has a control source in a table. Within the same record as the control source, a 2nd column contains a hyperlink with a file path to a related .pdf.
What I am struggling with is the code associated with the clicking of the button.
How do I command Access/VBA to go to the record chosen, find the related .pdf, and open the .pdf with a click of a button?
Comment