I've seen a lot of forums dealing with similar subjects but I haven't seen one that answers this question.
I have an .mde front end with more than one password protected backend. I want to dynamically call a SQL query on any database I select on a form on the front end.
Example:
strSQL = "SELECT * FROM Instruments IN '" & dbBackend & "'"
This SQL works great for a backend .mdb without a password, but how can I make it work for a .mdb with a password?
I have an .mde front end with more than one password protected backend. I want to dynamically call a SQL query on any database I select on a form on the front end.
Example:
strSQL = "SELECT * FROM Instruments IN '" & dbBackend & "'"
This SQL works great for a backend .mdb without a password, but how can I make it work for a .mdb with a password?