R
robert demo via AccessMonster.com
I have an application with my own custom table link manager, since I have a
number of backend files that are linked to the front end. Occassionally,
the links to the backend can get screwed up so I allow administrators to
delete all existing table links. Then I have an Add Links button that
relinks all of the tables uses the following:
RunCommand acCmdLinkTables
However, I have now decided to password protect (database password) my
backends. When I use RunCommand now, I'm asked to provide the database
password.
Does anyone know how to pass the password in code so that the user is not
asked for it? I do not plan to provide the passwords to the administrators
of my application.
Thanks.
number of backend files that are linked to the front end. Occassionally,
the links to the backend can get screwed up so I allow administrators to
delete all existing table links. Then I have an Add Links button that
relinks all of the tables uses the following:
RunCommand acCmdLinkTables
However, I have now decided to password protect (database password) my
backends. When I use RunCommand now, I'm asked to provide the database
password.
Does anyone know how to pass the password in code so that the user is not
asked for it? I do not plan to provide the passwords to the administrators
of my application.
Thanks.