georgesOne
Technical User
Hi everybody,
is there a way to set the controlbox and form closebutton in VBA according to the user, something like
If User1 Then
Me.Controlbox = True
Me.Closebutton = True
Else
Me.Controlbox = False
Me.Closebutton = False
End If
This obviously does not work... the manual says the form must be in design view.
Some suggestions?
Thanks, georgesOne
is there a way to set the controlbox and form closebutton in VBA according to the user, something like
If User1 Then
Me.Controlbox = True
Me.Closebutton = True
Else
Me.Controlbox = False
Me.Closebutton = False
End If
This obviously does not work... the manual says the form must be in design view.
Some suggestions?
Thanks, georgesOne