Re: Can you password protect the BE database and supply the password automatically when linking from the FE?
Yes, you can use the menu to link to the external table in a password
protected db and you'll be prompted for the password. Thereafter the front
end will supply this password every time the linked table is opened in the
front end, like when double clicking on the linked table in the db window.
If you use vba code to connect to the back end, you'll have to supply the
password programmaticall y.
Chris
Microsoft MVP
Bob Alston wrote:
--
Message posted via AccessMonster.c om
Yes, you can use the menu to link to the external table in a password
protected db and you'll be prompted for the password. Thereafter the front
end will supply this password every time the linked table is opened in the
front end, like when double clicking on the linked table in the db window.
If you use vba code to connect to the back end, you'll have to supply the
password programmaticall y.
Chris
Microsoft MVP
Bob Alston wrote:
>OK I mean can you use the menu to link to an external table in a
>password protected database and have the front end supply the password
>each time the BE is accessed via the link?
>password protected database and have the front end supply the password
>each time the BE is accessed via the link?
Message posted via AccessMonster.c om
Comment