R
Reiner Harmgardt
Hi NG
(ACCESS 97)
In my form i have several Textboxes like:
1_NEW,
2_NEW
3_NEW
etc.
If i jump into the ENTER-Routines of thes objects
i'm in f.e. Private Sub ctl1_New_Enter()
Which variable gives me back the Name of this Subroutine?
tried different stuff on the me.??? but nothing worked.
I need to figure out the number of the textbox, in which i am,
to set up according actions, depending on that number.
Thanks for helping
Regards
Reiner
(ACCESS 97)
In my form i have several Textboxes like:
1_NEW,
2_NEW
3_NEW
etc.
If i jump into the ENTER-Routines of thes objects
i'm in f.e. Private Sub ctl1_New_Enter()
Which variable gives me back the Name of this Subroutine?
tried different stuff on the me.??? but nothing worked.
I need to figure out the number of the textbox, in which i am,
to set up according actions, depending on that number.
Thanks for helping
Regards
Reiner