I want to be able to click a button to launch a report based on the details of the person to whom the current record in a form applies. Does anyone know how I go about this?
When you modify the query that your report is based on. Use a parameter(specified in the criteria section of the query) you want to use are based on the values you have diplayed in your form.
Example:
This one is used to pass in date parameters for recrods that fall between to seperate dates:
Between ([Forms]![mynewfrm]![txtStartDate]) And ([Forms]![mynewfrm]![txtEndRptDate])
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.