Current Month in report title

G

Guest

Is there a way to have the name of the current month automatically populate
in my report title? My title is Call Schedule but I would like it to
automatically put the name of the current month before that - for example,
April Call Schedule.

Thanks!
 
A

Allen Browne

Set the Control Source of the text box in the report header to something
like this:

=Format(Date(), "mmmm") & " Call Schedule"
 
R

Rick Brandt

Lori said:
Is there a way to have the name of the current month automatically populate
in my report title? My title is Call Schedule but I would like it to
automatically put the name of the current month before that - for example,
April Call Schedule.

=Format(Date(), "mmmm") & " Call Schedule"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top