I
Igor G.
I have table tblEmployees with columns: lngEmpID, strEmpName, strEmpPassword,
strAccess, strGroup
How to some form (example frmTest) make READ ONLY if strGroup = "Visitor"
(example), else form must be READ/WRITE.
READ ONLY PROPERTIES:
------------------------------------------
Allow Edits = NO
Allow Deletions = NO
Allow Additions = NO
Data Entry = NO
Thanks!
strAccess, strGroup
How to some form (example frmTest) make READ ONLY if strGroup = "Visitor"
(example), else form must be READ/WRITE.
READ ONLY PROPERTIES:
------------------------------------------
Allow Edits = NO
Allow Deletions = NO
Allow Additions = NO
Data Entry = NO
Thanks!