Adding a New Field to an existing Report

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top