D
Diego Cattaruzza
I'm writing, in Access 2003, a select query in which the source table is in
an external database protected with password, that I can't link to for other
reasons.
My last try was:
SELECT id from table1 in "" [database=dbprotected.mdb; pwd=myword;]
but I get the message 'could not find installable isam' (both the db are
access ones).
an external database protected with password, that I can't link to for other
reasons.
My last try was:
SELECT id from table1 in "" [database=dbprotected.mdb; pwd=myword;]
but I get the message 'could not find installable isam' (both the db are
access ones).