Hi Chaps
I have a combo list that populates with all the reports in the database on load.
I want to create button so that the user selects the report from the list and then clicks the button to run the selected report. I'm having some difficulties writing the code. Here's my efforts so far
Let's say combo list control is named ReportsList
Private Sub Command14_Click()
DoCmd.OpenReport "ReportsList.Value"
End Sub
Any help will be gratefully received.
I have a combo list that populates with all the reports in the database on load.
I want to create button so that the user selects the report from the list and then clicks the button to run the selected report. I'm having some difficulties writing the code. Here's my efforts so far
Let's say combo list control is named ReportsList
Private Sub Command14_Click()
DoCmd.OpenReport "ReportsList.Value"
End Sub
Any help will be gratefully received.