Hi
I have a form with few bounded fields.
I created a click event on one of the textbox field, when I click on it I see the description something like
that works fine
when I add an image component and create the same code it doesn't work.
what I want is to add an image which will act like the code i wrote
Is anyone can help me with that?
I have a form with few bounded fields.
I created a click event on one of the textbox field, when I click on it I see the description something like
Code:
MsgBox "you ID is " & me.idSubTask
when I add an image component and create the same code it doesn't work.
what I want is to add an image which will act like the code i wrote
Is anyone can help me with that?