R
rigor via AccessMonster.com
I need to show in ControlTip Text filtered result from three table fields.
How to do that?
Help!!!
How to do that?
Help!!!
Al said: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!!!
rigor via AccessMonster.com said:No, i have command button where the caption are name of some network port.
I
want to on mouse move to show me basic information of the hardware which
existing on that network port (monitor,PC,printer, etc.), information like
manufacturer, model, network name.
Al said: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!!!