D
Doug
Hi,
I need to run a query on an external table in an Access
database that is password protected. Can I do that by
using the IN statement? I can get it to work if I remove
the password protection from the database with this
command:
SELECT * FROM tblUser IN 'c:\f2000\FalconSec.mdb'
However, I need to have this database password protected,
so how do I specify the password?
Thanks,
Doug
I need to run a query on an external table in an Access
database that is password protected. Can I do that by
using the IN statement? I can get it to work if I remove
the password protection from the database with this
command:
SELECT * FROM tblUser IN 'c:\f2000\FalconSec.mdb'
However, I need to have this database password protected,
so how do I specify the password?
Thanks,
Doug