R
Ross
I am running an access append query that uses an Oracle Passthru query to
retrieve the records from our data warehouxe. It works beautifully but, I
have hardcoded the requested date into the criteria section of the pass thru
code (Oracle).
and dcc.dw_collateral_commitment_date = to_date('06/01/06','mm/dd/yy')
This query is run from VBA code and I want to pass a variable holding the
date instead of hard coding the date.
How can I do this?
Many Thanks
Ross
retrieve the records from our data warehouxe. It works beautifully but, I
have hardcoded the requested date into the criteria section of the pass thru
code (Oracle).
and dcc.dw_collateral_commitment_date = to_date('06/01/06','mm/dd/yy')
This query is run from VBA code and I want to pass a variable holding the
date instead of hard coding the date.
How can I do this?
Many Thanks
Ross