Remove Enter Parameter Value

Whatever do you mean? :p

Yes, meant "I'd". You do it by setting the Visible property of the form to False.
 
You do it by setting the Visible property of the form to False.

I would do that through VBA or Macro? And if VBA (Or macro) what is the code? If its not either of those, then were in the settings? I cant seem to find it.
 
Me.Visible = False

or

Forms!FormName.Visible = False
 
Sorry, either VBA or macro. That was VBA, in a macro it's either SetValue or SetProperty.
 

Users who are viewing this thread

Back
Top Bottom