I have finish coding some of my Payroll Program modules.
But im having a problem on the log-in.
I would like the log-in to determine the type of the user logging in, a User or Admin
(Level Access of course).
If it is a User, all command buttons in every form will be disable, only cmdExit is enabled.
While for Admin, as assual, all is accessible.
Of course, the type still based on my DBASE Recordset (UserType Column)
I really dont know where or how to start the code.
Any ideas..?
Thanks in advance