L
lilbit27
I have a main and a subform. My main form has filters that can change
the information shown in the subform. How can I create a report that
will show the data based off what was filter.
Let's sey there are 3,000 records in the detail of the subform and they
go to the top of the main form and select a combo box that has
different status codes. They pick status code 7 and click the submit
filter command button. The detail filters and now only shows 150 items
that have a status code of 7. now they want to print the results that
shows in the subform. when the click on the report command button. i
want the report to only show the 150 that the filterd out. if there
was not filter done then the report would show all 3,000. there are 3
other filters that can be chosen and the interact with each other.
I need the report to print what every is showing when the user hits the
print report button.
the information shown in the subform. How can I create a report that
will show the data based off what was filter.
Let's sey there are 3,000 records in the detail of the subform and they
go to the top of the main form and select a combo box that has
different status codes. They pick status code 7 and click the submit
filter command button. The detail filters and now only shows 150 items
that have a status code of 7. now they want to print the results that
shows in the subform. when the click on the report command button. i
want the report to only show the 150 that the filterd out. if there
was not filter done then the report would show all 3,000. there are 3
other filters that can be chosen and the interact with each other.
I need the report to print what every is showing when the user hits the
print report button.