Connecting Tech Pros Worldwide Forums | Help | Site Map

curious about command buttons

Stu
Guest
 
Posts: n/a
#1: Nov 13 '05
When I have a form in view mode, the buttons at the bottom open several
other forms, such as a contact list, and a "home" page. If I leave the
cursor over the button for a second, the little yellow box comes up but
tells me "open form" since I used the wizard to create code to open the
form. Can this text in the yellow box be changed from "open form" to
"contact list" or "home"? If this can be done, how would I go about
it? This of course isn't a life or death situation for my database,
but am just more curious than anything. Any ideas?

Stuart K.

Rick Brandt
Guest
 
Posts: n/a
#2: Nov 13 '05

re: curious about command buttons


Stu wrote:[color=blue]
> When I have a form in view mode, the buttons at the bottom open
> several other forms, such as a contact list, and a "home" page. If I
> leave the cursor over the button for a second, the little yellow box
> comes up but tells me "open form" since I used the wizard to create
> code to open the form. Can this text in the yellow box be changed
> from "open form" to "contact list" or "home"? If this can be done,
> how would I go about it? This of course isn't a life or death
> situation for my database, but am just more curious than anything.
> Any ideas?
>
> Stuart K.[/color]

That is controlled by the ControlTipText property of the control. You will find
it on the { Other } tab of the property sheet.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Tim Marshall
Guest
 
Posts: n/a
#3: Nov 13 '05

re: curious about command buttons


Stu wrote:
[color=blue]
> When I have a form in view mode, the buttons at the bottom open several
> other forms, such as a contact list, and a "home" page. If I leave the
> cursor over the button for a second, the little yellow box comes up but
> tells me "open form" since I used the wizard to create code to open the
> form. Can this text in the yellow box be changed from "open form" to
> "contact list" or "home"? If this can be done, how would I go about
> it? This of course isn't a life or death situation for my database,
> but am just more curious than anything. Any ideas?[/color]

In the design view of the form, select the command button and open the
properties window if it is not already open (press alt-enter). Under
the "Other" tab, go to Control tip text and bang in whatever you want.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Bas Cost Budde
Guest
 
Posts: n/a
#4: Nov 13 '05

re: curious about command buttons


The text sits in one of the properties for the button. It is called
ControlTipText, and is located two before the last on the Other tab of
the property sheet.

Stu wrote:[color=blue]
> When I have a form in view mode, the buttons at the bottom open several
> other forms, such as a contact list, and a "home" page. If I leave the
> cursor over the button for a second, the little yellow box comes up but
> tells me "open form" since I used the wizard to create code to open the
> form. Can this text in the yellow box be changed from "open form" to
> "contact list" or "home"? If this can be done, how would I go about
> it? This of course isn't a life or death situation for my database,
> but am just more curious than anything. Any ideas?
>
> Stuart K.
>[/color]

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
For human replies, replace the queue with a tea

Bas Cost Budde
Guest
 
Posts: n/a
#5: Nov 13 '05

re: curious about command buttons


So why doesn't your answer show up in my news reader before I post mine? :-)

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
For human replies, replace the queue with a tea

Stu
Guest
 
Posts: n/a
#6: Nov 13 '05

re: curious about command buttons


Wow, lots of quick responses.
I guess that was pretty easy now that I know where to look...
Thanks Everyone...

Closed Thread