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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top