A
Al Camp
I have just started converting an Approach application to Access 2003.
The old app had the ability to use the recordset from a filtered form as the
recordset for the report.
If the recordset for the form was "all records", and the report called up,
only that unique record would be reported on.
But, if the user then filters the form (say... by city) and ends up with 100
records, the same report displays all 100 records.
I'm familiar with using a single or multiple "live" form values to filter a
report "on the fly", or... using parameter queries to allow more reporting
flexibility, but...
Is there some way to use the "active recordset" of an open form as the "on
the fly" RecordSource of a report?
Thanks in advance,
Al Camp
The old app had the ability to use the recordset from a filtered form as the
recordset for the report.
If the recordset for the form was "all records", and the report called up,
only that unique record would be reported on.
But, if the user then filters the form (say... by city) and ends up with 100
records, the same report displays all 100 records.
I'm familiar with using a single or multiple "live" form values to filter a
report "on the fly", or... using parameter queries to allow more reporting
flexibility, but...
Is there some way to use the "active recordset" of an open form as the "on
the fly" RecordSource of a report?
Thanks in advance,
Al Camp