S
Southern at Heart
I've often used code like this:
Me.Close_Form.Enabled = True
How would I use this if the sub or function is not on the form, but rather
just in a module? The Form name is [Phone_Update].
thanks again.
Me.Close_Form.Enabled = True
How would I use this if the sub or function is not on the form, but rather
just in a module? The Form name is [Phone_Update].
thanks again.