Display current date

M

Monte Grant

"Now ()" is inserted in when a report is made with the wizard. It displays
"Monday, August 25th"

I would like to display the current date (the report is run on) in the
regular format mm/dd/yy. How can I do this?
 
R

Rick Brandt

Monte Grant said:
"Now ()" is inserted in when a report is made with the wizard. It displays
"Monday, August 25th"

I would like to display the current date (the report is run on) in the
regular format mm/dd/yy. How can I do this?

Change the format property of the control to "mm/dd/yy".
 
F

Fredg

Add that date field to the report.
Set the Control's Format property to:
mm/dd/yy

You might want to think about show the year as 4 digits instead of 2:
mm/dd/yyyy
 

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