Weird title, but how else do you put it?
What I have is a label - lblMetricsReport - that has a hyperlink associated with it (in the hyperlink property box). The reason I have it like this is because when a user hovers, the arrow switches to hylperlink "hand" so they know they can click on it.
What I am doing is trying to check to see if a textbox is filled out with a date other than today. I have an if...then statement set up within VBA on lblMetricsReport_Click () to check the date. What I can't figure out, if it is possible, is the command to stop Access from following the hyperlink.
I understand that this is all possible to do completely through VBA without the hyperlink property, but for the label there is no On Hover to be able to switch the image to a hyperlink hand and to me that is failry important. But I am open to suggestions as to other ways to do this.
What I have is a label - lblMetricsReport - that has a hyperlink associated with it (in the hyperlink property box). The reason I have it like this is because when a user hovers, the arrow switches to hylperlink "hand" so they know they can click on it.
What I am doing is trying to check to see if a textbox is filled out with a date other than today. I have an if...then statement set up within VBA on lblMetricsReport_Click () to check the date. What I can't figure out, if it is possible, is the command to stop Access from following the hyperlink.
I understand that this is all possible to do completely through VBA without the hyperlink property, but for the label there is no On Hover to be able to switch the image to a hyperlink hand and to me that is failry important. But I am open to suggestions as to other ways to do this.