Adding a field in a subreport

M

MIchel Khennafi

I have a subreport SR1 in a report R1.

The subreport SR1 is the result of a query. I modified the query and added a
field in order to print its information on SR1. I do not see the field name
in the field list for SR1. What do I need to do to have the field list
refreshed so tht I can print the new field info?

Thanks so much
 
A

Allen Browne

Close the main report.

Select the Reports tab of the Database window, and open subreport SR1 in
design view.

Open the Properties box (View menu.)

Check the RecordSource property (first item on the Data tab of the
Properties box, when looking at the properties of the report.) If necessary,
click the Build button (...) beside this, so it opens the query. Verify that
this is the correct query, and the field is present.
 
Top