I know there has been lots of posts, but I have searched and can not find anything on my particular issue.
I have a form that launches several reports from command buttons. On this form I have a tow date fields as part of the criteria. I have them set a short date and to use datpicker
I was setting these two fields to default to a 30 day time window. They work in a regular .accdb but once I make it runtime..
One (EndDate) is set to default to "Now()", this always shows the date as two days prior and not the current date.
One (StartDate) is set to default to "Now() - 30", this always set the date back 2 months, not today -30 days.
Anyone know the cure for this?
I have a form that launches several reports from command buttons. On this form I have a tow date fields as part of the criteria. I have them set a short date and to use datpicker
I was setting these two fields to default to a 30 day time window. They work in a regular .accdb but once I make it runtime..
One (EndDate) is set to default to "Now()", this always shows the date as two days prior and not the current date.
One (StartDate) is set to default to "Now() - 30", this always set the date back 2 months, not today -30 days.
Anyone know the cure for this?