enable button based on access level?

R

rog

Anyone know what the command is to enable a button based
on a user's access level (IE full-data, read-only, admin)?

What I'm trying for is something along the lines of:

if User-access-level = "read only" then
button1.enabled = true
 
Top