Hi,
Here is a solution:
In the code of your form, put the following code lines to launch the report:
CurrentDb.QueryDefs("MyQuery").Sql = "SELECT ..."
Call DoCmd.OpenReport("MyReport", , "MyQuery")
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.