Dan Waters
dwaters at usinternet.com
Wed Nov 22 11:34:02 CST 2006
Would it work to programmatically populate the controltip text property at the same time the field is populated? Perhaps the calculation could be done in code subsequent to an event. I think the controltip text property is limited to 255 characters. Dan Waters -----Original Message----- Subject: [AccessD] Can I mouse over a continuous form's control and displaythe value? 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.