add another field in reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sir

I already created the reports, but I want to add one filed (which is added
in later in the table) the same field I want to use in the created report ,
How to do this

Regards
Saravanabava c
 
Open your report in design view and select the field from the field chooser
list and place it on your report.

Now, your report is most likely using a query as the record source. If so,
you will first have to open the query in design view and add the new field
to the query, save it, then modify your report.
 
Back
Top