UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tool tips in Access form    
 
   
mictra98
post Mar 21 2007, 04:03 PM
Post #1

New Member
Posts: 6



I'm sure there's an easy answer to this....

How does one create a tool tip on a field, where the tool tip equals the value within the field?

For example:

Field Name: Hello

has a value of: How do you do?

If I highlight over this field, the tool tip will say "How do you do?"

I know it's something you add in the ControlTip Text field. I just can't remember the format....

Help!!!!
Go to the top of the page
 
+
Jack Cowley
post Mar 21 2007, 04:08 PM
Post #2

Retired Moderator
Posts: 37,716
From: The San Francisco Bay Area



Hmmm. Doesn't the control named Hello already show 'How do you do?'? Why do you need the tool tip to show what is already showing, or am I not understanding your question?

Attached is a different tool tip demo..

Jack
Attached File(s)
Attached File  ToolTipDemo.zip ( 41.01K ) Number of downloads: 5
 
Go to the top of the page
 
+
ThomasMoeller
post Mar 21 2007, 04:24 PM
Post #3

New Member
Posts: 2



Try this:

CODE
Private Sub Form_Current()

    Me!Hello.ControlTipText = Me!Hello

End Sub


Thomas
Go to the top of the page
 
+
mictra98
post Mar 22 2007, 07:41 AM
Post #4

New Member
Posts: 6



Worked like a charm. Thanks.
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 21st May 2013 - 09:11 AM