Adding Passwords to Forms

Elmosan

New member
Local time
Today, 09:31
Joined
Nov 28, 2011
Messages
4
I have my database and it has two sections: One for a Member to use, and another for a Member of Staff to use.

The Staff Section allows the changing of presonal information and the like, and thus, it needs to be Password Protected if my Client is to use it.

How would you add a Username and Password to a Form?

Thanks in advance,

Elmosan
 
there are lots of samples on this forum for passwords. search 'login form' and see how many you get!
 
you are better though, setting up a table with usernames, and a "permissions" level, maybe.

if the usernames correspond to windows logins (that's a simple way of doing it) - then you can determine what permission the user has, and allow/disallow access that way. it makes your application more scaleable than hard-coding each form with passwords, and the like.
 

Users who are viewing this thread

Back
Top Bottom