Hi All,
I created a form which pull-up data (fields) for a certain NCR (non-conformance report) selected. There is a designated field called NCR Number. There are several NCR Numbers in the table.
On this form I created a button which which e-mails a report to users selected.
This report contains all fields from the form including he NCR Number.
My problem is that I don't know how to create the query behind the report in order to create the report with data related to the certain NCR Number selected.
So, basically, let's say we have 20 NCR's in the table. That means 20 NCR Numbers with related data (fields).
The user selects let's say NCR 15 and my form pop-up with all data related to NCR 15. Now, the user wants to send all this data to other users. We will send this information through a report.
How should I create the query behind the report that will generate the report only for the certain NCR number, in our case NCR 15; with all related fields ????
Thanks.
I created a form which pull-up data (fields) for a certain NCR (non-conformance report) selected. There is a designated field called NCR Number. There are several NCR Numbers in the table.
On this form I created a button which which e-mails a report to users selected.
This report contains all fields from the form including he NCR Number.
My problem is that I don't know how to create the query behind the report in order to create the report with data related to the certain NCR Number selected.
So, basically, let's say we have 20 NCR's in the table. That means 20 NCR Numbers with related data (fields).
The user selects let's say NCR 15 and my form pop-up with all data related to NCR 15. Now, the user wants to send all this data to other users. We will send this information through a report.
How should I create the query behind the report that will generate the report only for the certain NCR number, in our case NCR 15; with all related fields ????
Thanks.