Adding new field on report Header

  • Thread starter Thread starter Chi
  • Start date Start date
C

Chi

Hi,

I use the CREATE REPORT IN DESIGN VIEW option to create a report that
doesn't have record source.

Is there a way to add a field from a table to it? Please help

Thank you
Chi
 
Chi said:
I use the CREATE REPORT IN DESIGN VIEW option to create a report that
doesn't have record source.

Is there a way to add a field from a table to it? Please help


An unbound report can do a lot using VBA code in the event
procedures. For a single field from a table, you might want
to use the DLookup function. For more than a vrey few
fieldsm you should probably open a recordset.
 
Back
Top