D
davidmound via AccessMonster.com
I have a public sub declared in a form's module as follows:
Public Sub psfrmReservations_NewReserv()
When I call this proc from another form, it says it can't be found. What's up
with that? (and its definitely not a typo)
Thanks,
David
for further reading:
I usually keep my public subs/functions in standard modules, but in this case,
I need to work with a number of other subs that are private to the form, so I
thought it would be easier to put the public sub in that form (rather than
make all the form's subs public).
Public Sub psfrmReservations_NewReserv()
When I call this proc from another form, it says it can't be found. What's up
with that? (and its definitely not a typo)
Thanks,
David
for further reading:
I usually keep my public subs/functions in standard modules, but in this case,
I need to work with a number of other subs that are private to the form, so I
thought it would be easier to put the public sub in that form (rather than
make all the form's subs public).