I am setting up security in my DB. i am using CASE to determine different option based on the users level.
I need to know how to ref buttons and fields in a form
eg
I though it would be something like
Dim filter as String
filter = Command26.visible = False
DoCmd.openForm "Employee",, filter...