Hello,
I am making a database for exam papers. I have a form with 5 synchronised combo boxes(faculty, year, subject, etc). The last one asks the user to choose which paper they want and relates to a specific record in my papers_table. I want the user to be able to click on a button and open the file which they have chosen.
In my papers_table I have a hyperlink field and I have this hyperlink field as the bound field in the combo box. I cannot seem to correctly link the On_Click Event of the command button to the choice made in the last combo box.
Any help would be greatly appreciated.
Thanks,
Liam.
I am making a database for exam papers. I have a form with 5 synchronised combo boxes(faculty, year, subject, etc). The last one asks the user to choose which paper they want and relates to a specific record in my papers_table. I want the user to be able to click on a button and open the file which they have chosen.
In my papers_table I have a hyperlink field and I have this hyperlink field as the bound field in the combo box. I cannot seem to correctly link the On_Click Event of the command button to the choice made in the last combo box.
Any help would be greatly appreciated.
Thanks,
Liam.