Hello everyone!
I have one form with Clear_button that has onClick Event Procedure like this:
I want to call this function on an other private sub
Is there a way on doing this??
Thank you in advance
I have one form with Clear_button that has onClick Event Procedure like this:
Code:
Private Sub Clear_Click()
Me.text1=""
Me.SearchForm_subform.Requery
End Sub
I want to call this function on an other private sub
Is there a way on doing this??
Thank you in advance
Last edited: