Software Development
Hi All!
I'm creating an application where I have multiple levels of access. I have created a function using DLookup using VB:
Private Sub Form_Load()
'Retrives "HasAccess" Field from the table "tblHasAccess" where the AccessLevelID = Current users access level ID
If...