Control Tip

  • Thread starter Thread starter open a adobe file from a command button
  • Start date 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)
 
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

the tool tips 1
Can I use a field as a tool tip? 4
disabling control tip text conditionally 4
Dynamic ToolTip? 12
Change Screen Tip 3
MS Access problem 0
Lost Tooltip for Command Button 1
Form Buttons 4

Back
Top