title

S

stephanie

I have a report that lists birthdays for the current
month. I want the title to be (current month) Birthdays.
What do I need to do?

Steph
 
W

Wayne Morgan

Place a textbox in the Report Header. Set the Control Source of the textbox
to

=Format(Date(), "mmmm") & " Birthdays"

This will give you the month of the date that the report was printed on.
 
S

stephanie

THANKS
-----Original Message-----
Place a textbox in the Report Header. Set the Control Source of the textbox
to

=Format(Date(), "mmmm") & " Birthdays"

This will give you the month of the date that the report was printed on.

--
Wayne Morgan





.
 

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