Modify report to change table or query that it is based on

A

Asha

Can I change the report to be based on a different table
or query that what I originally chose?
 
F

Fredg

Delete the Record Source of the report.
Enter the new table or query in it's place.

As long as the all the new fields have the same name as the fields already
in the report, that's all you need do.
However, if the new recordsource has different fields, you will need to
manually change each control's control source.
 
Top