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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I mouse over continuous form

Status
Not open for further replies.

LonnieJohnson

Programmer
Apr 16, 2001
2,628
US
I have a control on a continuous form. It does not show all the text because of size constraints. I want to mouse over this control and have the value of that control for that record to show in the ControlTextTip property. The control is also a calculated field.

Is there any thing any one can think of for me to be able to show that value when I mouse over it.

I do not want to select the control either because there is code that will fire in the On Click event.

Thanks.

ProDev, MS Access Applications
Visit me at ==>
May God bless you beyond your imagination!!!
 
I do not think that this can be done as code will run for the selected record, not the record that the mouse is over. Have you considered Shift F2 (zoom) to view and double-click to run code?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top