Hello all,
Need your help again.
I have an unbound form with text boxes and 1 check box.
I created a module named Reset;
Private Sub Reset()
[Sales].Value = ""
[Corporate].Value = ""
[EndDate].Value = ""
End Sub
1) I linked this module to a macro so that on clicking a button, the macro runs the module and closes it, but it's not working.
in my macro, I have open module: Reset
I also have clode module= Object: Module, Name: Reset
But this is not working
2) Also, how do I clear the check box?
Thanks again for the help.
Need your help again.
I have an unbound form with text boxes and 1 check box.
I created a module named Reset;
Private Sub Reset()
[Sales].Value = ""
[Corporate].Value = ""
[EndDate].Value = ""
End Sub
1) I linked this module to a macro so that on clicking a button, the macro runs the module and closes it, but it's not working.
in my macro, I have open module: Reset
I also have clode module= Object: Module, Name: Reset
But this is not working
2) Also, how do I clear the check box?
Thanks again for the help.