Set form as Read-Ony Form Before restricting a form to user, we need to have a user table with UserSecurity field. In this how to, I will create a lookup table tblSecurityLevel for a UserSecurity field on the tblUser table. 1.) Create a table tblSecurityLevel with a SecurityID and SecurityLevel field and add Admin for SecurityID =1 and User for SecurityID =2 2.) Create a table tblUser with a UserLogin, UserSecurity and Password fields. Setup a table tblWorker that has a UserSecurity field links to a table tlbSecurityLevel.…
Read More