In VBA you can make a field visible or hidden by setting its Visible property to True or False. For a subform, you might have
Me.SubformName.Visible = Administrator()
Administrator() could be a program or a field that identifies if the current operator is an administrator.
HTH,
SteveA