G
Guest
could someone provide me with the exact syntax for the following
pseudo code to restrict a user's access to a particular button.
for example:
if usergroup = "Admin" then
cmdModifyRecord.enabled = false
else
cmdModifyRecord.enabled = true
end if
pseudo code to restrict a user's access to a particular button.
for example:
if usergroup = "Admin" then
cmdModifyRecord.enabled = false
else
cmdModifyRecord.enabled = true
end if