Hi,
I'm trying to open a report when a radio button is clicked. Unfortunately I keep getting a message that tells me that it can't find the report. I know it's there and I'm spelling it correctly. Help said to look in the action arguements section of the macro window to show all reports. I can't seem to find that window. My code looks like this:
Private Sub Option0_Click()
DoCmd.OpenReport (presentation), acViewPreview
End Sub
Thanks for the help..Russ
I'm trying to open a report when a radio button is clicked. Unfortunately I keep getting a message that tells me that it can't find the report. I know it's there and I'm spelling it correctly. Help said to look in the action arguements section of the macro window to show all reports. I can't seem to find that window. My code looks like this:
Private Sub Option0_Click()
DoCmd.OpenReport (presentation), acViewPreview
End Sub
Thanks for the help..Russ