N
N. Cotton
I currently connect the front end to the back as follows:
db.TableDefs(i).Connect = ";DATABASE=" & strBackEnd
db.TableDefs(i).refreshlink
I would like to password the back end which is fine if i then manually
re-link the tables to the front end proving the db password.
If I then relink using the code above I get an invalid password error.
The connect string still holds the password...
MS Access;PWD=passwordtest(3;DATABASE= ect
its obviously just the back end location that changes.
Is there any way to get the refreshlink to work on a passworded back end?
Many thanks
db.TableDefs(i).Connect = ";DATABASE=" & strBackEnd
db.TableDefs(i).refreshlink
I would like to password the back end which is fine if i then manually
re-link the tables to the front end proving the db password.
If I then relink using the code above I get an invalid password error.
The connect string still holds the password...
MS Access;PWD=passwordtest(3;DATABASE= ect
its obviously just the back end location that changes.
Is there any way to get the refreshlink to work on a passworded back end?
Many thanks