rigor,
The Control Tip Text doesn't support calculated values, only text
strings.
Use a text control to calculate or derive the values you need. You
don't
indicate how you derive the values you need to populate the Text Control,
so I'll leave that to you.
I assume you have a field already on the form, that you want to
associate this "pseudo" Tip Text to.
(ex. [SomeField] and [MyTip])
You can make MyTip text control invisible, and on the Mouse Over event
of SomeField, make MyTip Visible.
Use the Mouse Over of the form to "re-hide" MyTip.
I need to show in ControlTip Text filtered result from three table fields.
How to do that?
Help!!!