G
Guest
Hi again,
Is there way to capture the value in the OnClick event for a label. I want
to be able to perform an action if a user clicks on a label named
"lblAdmin_Click()".
I get error messages when trying these references:
Me.lblAdmin.Value
Me.lblAdmin_Click.Value
Forms!StudentProfile!lblAdmin.Value
Please advise on what's wrong and what I can do.
-AKA
Is there way to capture the value in the OnClick event for a label. I want
to be able to perform an action if a user clicks on a label named
"lblAdmin_Click()".
I get error messages when trying these references:
Me.lblAdmin.Value
Me.lblAdmin_Click.Value
Forms!StudentProfile!lblAdmin.Value
Please advise on what's wrong and what I can do.
-AKA