Steve said:
How do you add fields to a report once you have created it with the
wizard
First you have to get the fields into the report's RecordSource. Open
the report in design view, open its property sheet, go to the Data tab,
click on the Record Source property line, and click the "build" button
(caption "...") that will appear at the end of the line. If the
RecordSource already includes the fields you want, fine; just close it.
Otherwise, add the new fields to the query grid, and then close the
query designer, allowing it to update the property.
The new fields should now be available in the field list for the report,
and you can drag them onto the report wherever you want them.