A
Art
Hi,
I've got a form with some labels on it. On the click event of one of the
labels, I'd like to pass the label to another sub in the code for that form.
It seems to pass the caption for the label.
I tried, within the click event, to assign the label (me.label1) to a
variable that I declared as a label. This also failed.
Is there a way to make this work?
I've got a form with some labels on it. On the click event of one of the
labels, I'd like to pass the label to another sub in the code for that form.
It seems to pass the caption for the label.
I tried, within the click event, to assign the label (me.label1) to a
variable that I declared as a label. This also failed.
Is there a way to make this work?