label or text box go to web link

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I would like to have a function to click on label or text box to go to
a web link on the text.

Are there any command to do this task?

Your help is great appreciated,
 
Use a label
In design mode go to the properties of the label (right click) under the
format tab you will find hyperlink address.
 
Why not use a command button? But, if there is a reason to use a label
(would not use a text box), you can do the same thing.

To go to a web site, see Help for the FollowHyperLink command
 
Why not use a command button?  But, if there is a reason to use a label
(would not use a text box), you can do the same thing.

To go to a web site, see Help for the FollowHyperLink command
--
Dave Hargis, Microsoft Access MVP







- Show quoted text -

Thanks for the message,
I save data in the table. Label controls can not bound.
It will nice to use teh text box since I can bound to the field that
no code to be added read from table,

Thanks again,
 
What you click on has nothing to do with what happens until you control it.
Use a bound text box for the data or hyperlink address, or whatever, but use
the click event of the label or command button to do what you want.
 
Back
Top