Single Sign on

V

Vincent Choy

My question is that: Does access provide single sign on? If not, how can i
achieve this goal?

Thanks a lot!

Vincent
 
A

Arvin Meyer

Vincent Choy said:
My question is that: Does access provide single sign on? If not, how can i
achieve this goal?

The short answer is no, but you can use code to check who logged into the
network, then lock forms, hide controls on forms, or deny them opening
altogether based upon that result. It is not security on the data though.
Have a look at the following code to find the username.:

http://www.mvps.org/access/api/api0008.htm
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
E

evelyn.felix

Single sign on from where?

Do you have a switchboard or main menu?

Does the startup open a form (main menu or switchboard?)

We use Access 97.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top