Report Caption Property

J

Jim Burke in Novi

Yes. In the Report 'On Open' event would probably be the most likely spot.
Just use

Me.Caption = "your caption text here"
 
Top