D
Demon
I am using Access 97 and I want to open a form, insert parameters and then
run a public subroutine on the form to perform a search.
I can do all this except run the routine.
The code is behind a button on the search form:
Public Sub cmdSearch_Click()
.....
End sub
Thanks in advance,
Max
run a public subroutine on the form to perform a search.
I can do all this except run the routine.
The code is behind a button on the search form:
Public Sub cmdSearch_Click()
.....
End sub
Thanks in advance,
Max