D
Dawn
I have several labels on a form which I want to link to
events -- for example, when the user clicks on the label
text, it will close the database. This is easy enough by
using docmd.quit, however I want the label to
appear "hyperlink-like" so that when the user runs the
mouse pointer over the text on the label the pointer will
change to a hand (like it does when you use a hyperlink).
I am able to do this by setting the properties of the
label to hyperlink for opening objects such as forms,
however I cannot figure out a way to achieve this with
other commands such as quitting the database.
events -- for example, when the user clicks on the label
text, it will close the database. This is easy enough by
using docmd.quit, however I want the label to
appear "hyperlink-like" so that when the user runs the
mouse pointer over the text on the label the pointer will
change to a hand (like it does when you use a hyperlink).
I am able to do this by setting the properties of the
label to hyperlink for opening objects such as forms,
however I cannot figure out a way to achieve this with
other commands such as quitting the database.