Date in the name of the report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI

Is there any way to show the today's date in the name of the report?

Thanks,

Dan
 
HI

Is there any way to show the today's date in the name of the report?

Thanks,

Dan

You just wish to show the name and date?

Add an unbound control to the report header.
Set it's Control source to:
= Name & " " & format(Date(),"mmm d, yyyy")

Change the formatting of the date to whatever format you wish.
 

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

Back
Top