HI.
I have a form in ACCESS 2007 which (among other things) a series of LABELS name Label1 thru Label50.
Each has an ONCLICK event which calls the same SUB.
Within this SUB i need to know which of the LABELS was clicked.
Any ideas how I can retrieve this? Either in the ONCLICK sub or later in the code?
I should add that the Label.Caption of each of these Labels is set to the same value. What I need returned is the NAME of the Label ie "Label43"
Thanks
Kevin