M
Michel Peeters
I am opening a report (based on a cross tab query) via DoCmd... and using
the where clause to filter the records.
For some reasons I want to make a temporary change in the underlying records
(in order to group togehter some customers - with group by it does not go).
Therefore I would like to make a temporary table from these records and edit
the records from this table. This table should be the recordsource from the
report.
What is the best way to do this?
Michel
the where clause to filter the records.
For some reasons I want to make a temporary change in the underlying records
(in order to group togehter some customers - with group by it does not go).
Therefore I would like to make a temporary table from these records and edit
the records from this table. This table should be the recordsource from the
report.
What is the best way to do this?
Michel