I know how to print a report based on the current record displayed on a form. I need to print a report based on all the records in the form's recordset but not all the records in the table's recordset.
For example, if I want to print all records for 02/19/05, there are some records in the table with this date, but I only want to print the ones that were just added using a form.
I've tried several different methods to no avail. Does anyone have any workable ideas? Thanks.
For example, if I want to print all records for 02/19/05, there are some records in the table with this date, but I only want to print the ones that were just added using a form.
I've tried several different methods to no avail. Does anyone have any workable ideas? Thanks.