Very basic password system

  • Thread starter Thread starter beuy
  • Start date Start date
B

beuy

Guest
Hey yo,

I am atempting to implment a password system by using the information storedf in a Table. It contains id (autonumber key) name (users name) and password (the password).

I want it to work like this,

The fourm opens on startup, the user enters their id and password, if it matches it logs them in, if not it returns an error message. However i also need to store that ID number for future use within the database (differnt user's have differnt order's, clients and apointments etc.) I considered doing this through the VBA script but im not too sure on how to do it. Any help with getting this to work would be greatly apreciated :).
 
Great example. There is another one HERE, Passing global variables to do some nice tricks.
 

Users who are viewing this thread

Back
Top Bottom