Date query issue

nikolasp

New member
Local time
Today, 11:34
Joined
Aug 23, 2006
Messages
3
Hello,

I am doing a query into Oracle with MS-Access uisng the Query Design wizard where date is one of the parameters. The SQL View from the query window is:


Code:
SELECT PRICEVALUE.PRICEDATE, PRICEVALUE.DELIVDATE, PRICEVALUE.PRICEINDEX, PRICEVALUE.PRICE FROM PRICEVALUE WHERE (((PRICEVALUE.PRICEDATE)=#8/17/2006#) And ((PRICEVALUE.PRICEINDEX) Like 'ERCOT*'))


How do I convert the #8/17/2006# to the format Oracle understands (17-Aug-2006) while still enabling the user to enter any date?

Thanks,

Nick
 
anyone with some remote Oracle and Access experience who can answer this seemingly simple question?
 

Users who are viewing this thread

Back
Top Bottom