A
AFKAFB
I've about ten forms that used the same private sub form_current()
code. unfortunately the code appears on each of the form whereas i
would prefer to have the code once as public sub routine
how do i write this code
it will need to say if thr form name is say Form A, form B, form C etc
then run the public form_current() procedure.
not all forms in the database use this code.
code. unfortunately the code appears on each of the form whereas i
would prefer to have the code once as public sub routine
how do i write this code
it will need to say if thr form name is say Form A, form B, form C etc
then run the public form_current() procedure.
not all forms in the database use this code.