I'm sorry about the mix-up, so I started a new thread. I was wondering how can I open any report in my database by selecting the report by name from a combo box????
It would be similar to what DougP said in the earlier post. Define a value list for the combo box that contains the exact names of your reports. Then, set the AfterUpdate property of the combo box to something like:
DoCmd.OpenReport Me.Combo1
This will run the report chosen in the combo box with the behavior you define.........
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.