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:
SELECT PRICEVALUE.PRICEDATE, PRICEVALUE.DELIVDATE, PRICEVALUE.PRICEINDEX, PRICEVALUE.PRICE FROM PRICEVALUE WHERE...