T
Tony Girgenti
Hello.
I have a form set up to accept a start and end date. I run a query based on
the dates using "DoCmd.OpenReport stDocName, acViewPreview, , strWhere"
and a strWhere that looks like this:
"[COMPANY NAME] = "A V H INTERIORS 4061" AND TempStatus.JOBNO In (SELECT
JOBNO FROM TempStatus WHERE WORKSTATION= "#2- RECEIVED" AND
[TempStatus].TIMESTAMP <= "#01/01/2005#")"
The form date fields have a format of General Date.
When you enter a date, you have to put in the slashes and a full year like
this: 01/14/2006.
How can i set up the form date fields to allow input of a date as "mmddyy" ?
In other words, enter the date without slashes and a full year.
Any help would be greatly appreciated.
Thanks,
Tony
I have a form set up to accept a start and end date. I run a query based on
the dates using "DoCmd.OpenReport stDocName, acViewPreview, , strWhere"
and a strWhere that looks like this:
"[COMPANY NAME] = "A V H INTERIORS 4061" AND TempStatus.JOBNO In (SELECT
JOBNO FROM TempStatus WHERE WORKSTATION= "#2- RECEIVED" AND
[TempStatus].TIMESTAMP <= "#01/01/2005#")"
The form date fields have a format of General Date.
When you enter a date, you have to put in the slashes and a full year like
this: 01/14/2006.
How can i set up the form date fields to allow input of a date as "mmddyy" ?
In other words, enter the date without slashes and a full year.
Any help would be greatly appreciated.
Thanks,
Tony