I have VBA code to print a report based on a given SQL statement. I would like to know how I can change the title on the report before it prints. I have a variable called lblTitle which is at the top of the report. I would like to do something like lblTitle.Caption = "something". I am doing this because the report layout is kind of like a template layout with a blank title header. TIA.