V
Vicki-S
I have a report where I am currently inputting the current date into the
source query so I can set the date in the report caption:
Me.Caption = ReptDate & " Weekly Status Report - Case Nbr " & [Project #]
Is there a way to parse NOW() so instead of having to input the ReptDate it
would format the current date in YYYYMMDD format? I've tried setting
ReptDate to NOW() with a short date format - and that's how it's reflected on
the query - but when I try to parse it I keep getting the time in the RIGHT
section of the parse.
Almost everything I've learned about Access past the basics I've learned
through the discussion groups so I'm sorta self-educated. Any suggestions
will be appreciated. I'm using Access 2002-2003. Thanks in advance for your
help.
source query so I can set the date in the report caption:
Me.Caption = ReptDate & " Weekly Status Report - Case Nbr " & [Project #]
Is there a way to parse NOW() so instead of having to input the ReptDate it
would format the current date in YYYYMMDD format? I've tried setting
ReptDate to NOW() with a short date format - and that's how it's reflected on
the query - but when I try to parse it I keep getting the time in the RIGHT
section of the parse.
Almost everything I've learned about Access past the basics I've learned
through the discussion groups so I'm sorta self-educated. Any suggestions
will be appreciated. I'm using Access 2002-2003. Thanks in advance for your
help.