Adding a New Field to an existing Report

G

Guest

Hi,

I have created an Access2002 report using the Wizard.
Initially when I created it, I just selected two fields
from the CUSTOMER table.

Now I want to add other fields from the same table.

I tried including a text box and then associating the
field through the expression builder. But in this
case,when I run the report it asks for a parameter for
the field that I added.

Is there any other way to add a new field to an existing
report. I do not want to recreate the report.

Thanks.
 
W

Wayne Morgan

Is the report getting its records from a table or query? Whichever it is
getting its records from, is the field you're trying to add in the
table/query? If it is, open the report in design mode, double click the
textbox to open its Properties sheet, on the Data tab go to Control Source
and select the down arrow to the right (you'll have to click in Control
Source before the arrow shows up), select the desired field from the list
that drops down.
 
Top