Hi,
I have the ODBC Connect str of access 2000 pass thry query ,pointing to
oracle driver.How can I set the ODBC Connection string of Pass thru query
dynamically from the VBA code. I want the string to point to production
environment or development environment based on the choice the user makes.
Any help is greatly appreciated.
Thanks,
Krishna
Duane Hookom - 25 Nov 2005 06:50 GMT
A little DAO code like:
Currentdb.QueryDefs("qsptYourQuery").Connect = "...."

Signature
Duane Hookom
MS Access MVP
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks,
> Krishna