R
ridders
Hi
I am trying to create a table in a linked datbase which has a password.
I get a 'Not a valid password' error even though I know the password is
correct.
For example, the SQL used would be:
SELECT * INTO Table1 IN 'G:\My Laptop Files\TEST.mdb'[;PWD=1234]
FROM qry1;
where Table1 is the new table in database Test.mdb with password 1234 based
on query qry1
I am using Access 2003 SP3 with Access hotfix
Please can someone help me solve this irritating error
This approach of course works fine if th external database has no password.
I am trying to create a table in a linked datbase which has a password.
I get a 'Not a valid password' error even though I know the password is
correct.
For example, the SQL used would be:
SELECT * INTO Table1 IN 'G:\My Laptop Files\TEST.mdb'[;PWD=1234]
FROM qry1;
where Table1 is the new table in database Test.mdb with password 1234 based
on query qry1
I am using Access 2003 SP3 with Access hotfix
Please can someone help me solve this irritating error
This approach of course works fine if th external database has no password.