Changing Caption of Report

  • Thread starter Thread starter Drew
  • Start date Start date
D

Drew

How can I change the caption of a report to data when run?

I have tried,

Me.Caption = [EventSubcategory]

but that doesn't work.

Any ideas?

Thanks,
Drew
 
Drew said:
How can I change the caption of a report to data when run?

I have tried,

Me.Caption = [EventSubcategory]

but that doesn't work.

Any ideas?

Thanks,
Drew

What do you mean by 'that doesn't work'? Are you getting an error message?

Where are you attempting this change? I've found that I usually can't change
the report caption to a database field in the Open event, so if that's where
you are attempting it you might try moving it to the Page event or one of
the Format events.

HTH,

Carl Rapson
 
Back
Top