Single Sign on

  • Thread starter Thread starter Vincent Choy
  • Start date Start date
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
 
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
 
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.
 
Back
Top