S
SSweez
I am trying to use the below query to access another Access database
that is password protected. When I run the query as-is it says the
passowrd is invalid. How can I incorporate the password into the
below query?? Thanks in advance.
INSERT INTO Titles (Title, Comments) IN 'C:\Documents and Settings
\db1.mdb'
SELECT Titles.Title, Titles.Comments FROM Titles;
that is password protected. When I run the query as-is it says the
passowrd is invalid. How can I incorporate the password into the
below query?? Thanks in advance.
INSERT INTO Titles (Title, Comments) IN 'C:\Documents and Settings
\db1.mdb'
SELECT Titles.Title, Titles.Comments FROM Titles;