Control Tip

  • Thread starter open a adobe file from a command button
  • Start date
O

open a adobe file from a command button

I have a command button that I would like to show the content of a field when
you hover over it, like a control tip but the actual content of the field
(Yes or No)
 
F

fredg

On Tue, 17 Mar 2009 17:59:01 -0700,
I have a command button that I would like to show the content of a field when
you hover over it, like a control tip but the actual content of the field
(Yes or No)

Code that control's MouseMove event:
Me.[ContrtolName].ControlTipText = Me.[ControlName]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Can I use a field as a tool tip? 4
the tool tips 1
Control Tip Text 1
control tool tip 2
using the control tip 8
Control Tip Text 6
Dynamic ToolTip? 12
textbox information 1

Top