P
PSULionRP
I have a Microsoft Access Query that has an Enterable Date Parameter. I.E.
Now, the Query will go against an Oracle Database and the Date column being
satisfied is actually defined as a CHAR(10). So it seems as though the Date
Paramater has to include double quotation marks around it, like "2009-11-04".
But when the user is prompted for the date, it doesn't seem as though it's
putting it in the double quotation marks. When I run the query without the
parameter as "2009-11-04", it works perfect.
Is there any way to get double quotation marks implicitly around the entered
date parameter easily???
Thanks in advance for your review and hopeful for a reply.
Thanks!
PSULionRP
[Enter Last Business Day (yyyy-mm-dd)]
Now, the Query will go against an Oracle Database and the Date column being
satisfied is actually defined as a CHAR(10). So it seems as though the Date
Paramater has to include double quotation marks around it, like "2009-11-04".
But when the user is prompted for the date, it doesn't seem as though it's
putting it in the double quotation marks. When I run the query without the
parameter as "2009-11-04", it works perfect.
Is there any way to get double quotation marks implicitly around the entered
date parameter easily???
Thanks in advance for your review and hopeful for a reply.
Thanks!
PSULionRP