How can I detect if a labael has been klicked on another form?

I think the code should go somthing like this, but anything helps.

Code:
If frmForm2.lblLabel.click then 'this is the part im having problem with
goto 1
else
do nothing
end if
Thanks in advance


-Lumin