Help with a button on a form

SFCMatthews

Registered User.
Local time
Today, 04:00
Joined
Feb 3, 2012
Messages
44
The query and from are working, but a button assigned to the report on the form is not working. How do I get the report to open based on the users input on the form.

Example:
* Open form
* it ask for input
* form opens and show the recordes the users requested on the form
* user needs to print requested recordes
* click button
* report is runs with only the recordes the user requested
 
Hi,
What you are looking for is a parameter query, and once this is working to your satisfaction, create a report based on that same query. Then create a button on your form that opens the Report.
Check Video tutorials queries/creating-a-parameter-query to start.
 
Hi,
What you are looking for is a parameter query, and once this is working to your satisfaction, create a report based on that same query. Then create a button on your form that opens the Report.
Check Video tutorials queries/creating-a-parameter-query to start.

Hello,
I have the parameter query and the form that uses the parameter query to open with the records the user wants to look at. What I need is for the report to open with the same records the user wants with a click of a button. Im thinking i am have a problem with my (where clause) in the expression of the button.
 

Users who are viewing this thread

Back
Top Bottom