Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Message Box on First Click Only

Status
Not open for further replies.

kristi1023

Programmer
Jan 8, 2002
59
US
Hello All,

Is there a way to show a message only the first time a user clicks a checkbox? Or even something like a mouseover event in html?

Thanks so much,
Kristi
 
The mouse over event is MouseMove. You could keep a counter variable at form or global level and check the count on click.
 
Thanks, Ramou. As I thought about it, I need to pop up the message before the user clicks. I think I'm going to implement a yes/no msgbox on the click event that prompts "Continue?" and then base my next event on if yes or no is selected.

 
How are ya kristi1023 . . .

Have a look at the [blue]ControlTip Text[/blue] property of the checkbox (put the cursor on the property line and hit F1).

[blue]Your Thoughts? . . .[/blue]

Calvin.gif
See Ya! . . . . . .

Be sure to see thread181-473997 [blue]Worthy Reading![/blue] [thumbsup2]
Also faq181-2886 [blue]Worthy Reading![/blue] [thumbsup2]
 
Thank you for your suggestion Ace. I implemented it, but given that it's a checkbox, I fear that the user will click before the Control Tip appears. So I also put a small label on the form with the same explanation as the Control Tip.

-------------------------------
Joe, to answer your question...yes. I'm surprised you didn't know about the clairvoyant feature of Access. The only caveat is that the user must be wearing a tin foil hat and doing a yoga hum for it to work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top