My Assistant
![]() ![]() |
|
|
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!!!! |
|
|
|
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)
|
|
|
|
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 |
|
|
|
Mar 22 2007, 07:41 AM
Post
#4
|
|
|
New Member Posts: 6 |
Worked like a charm. Thanks.
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 21st May 2013 - 09:11 AM |