In my main table that has users I have created a field access_level. As people register they are initally assigned the default security settings level. But I would like the Administrator only, to be able to change that access level from default to some other setting as that person progresses.
How do I make the field access_level show as a field on the edit page but only for the Administrator and not for the other users?
I think if I could manipulate that field all would be ok, but I don't want individual users giving themselves Officer credentials, etc.