G
Guest
I have a Private Sub btnBooksMsg for a button on a form. I would like to
make that same procedure available to all forms. I tried changing "Private"
to "Public" but the button on the second form did not perform the procedure.
What am I doing incorrectly?
Thanks.
make that same procedure available to all forms. I tried changing "Private"
to "Public" but the button on the second form did not perform the procedure.
What am I doing incorrectly?
Thanks.