I use the Now() to put the report date into a table. In addition I would like to display the date but always as the 1st of whatever month and year.
Is there an easy way to take a date and just change whatever day to the first?
Here is what I am using now.
Is there an easy way to take a date and just change whatever day to the first?
Here is what I am using now.
Code:
dtmReportDate = Left$(Now(), InStr(Now(), " ") - 1)