A
Assaf
Hi,
I have an action query that creates a table in external
DBs. I'd like to set the DestinationDB property of the
query in code to let the user select from a number of DBs.
I know this can be done using the property sheet of the
query but is there a way to do so in code? Access
doesn't like: MyQry.DestinationDB
= "c:\somedir\somedb.mdb" (or anything similar I tried.)
Any hidden wisdom?
Thanks.
- Assaf
I have an action query that creates a table in external
DBs. I'd like to set the DestinationDB property of the
query in code to let the user select from a number of DBs.
I know this can be done using the property sheet of the
query but is there a way to do so in code? Access
doesn't like: MyQry.DestinationDB
= "c:\somedir\somedb.mdb" (or anything similar I tried.)
Any hidden wisdom?
Thanks.
- Assaf