Text box with help instruction

  • Follow


Access 2003.
Hello Forum
I have a contnuos Form with two textboxes (txtbox1, txtbox2). When I click 
txtbox1 I would like it to display an instruction next to the txtbox telling 
for example: "Enter or write the City Name". If possible not a MsgBox.

How could I get that? Or can anyone point me in the direction of some 
documentation that might help me. 

Many thanks


0
Reply Utf 6/6/2010 11:49:09 PM

Am 07.06.2010 01:49, schrieb sebastico:
> Access 2003.
> Hello Forum
> I have a contnuos Form with two textboxes (txtbox1, txtbox2). When I click
> txtbox1 I would like it to display an instruction next to the txtbox telling
> for example: "Enter or write the City Name". If possible not a MsgBox.
>
> How could I get that? Or can anyone point me in the direction of some
> documentation that might help me.
>
> Many thanks
>
>
Hey,

you can add a controltiptext to yur textbox in the properties.
If you move your mouse on this control, this message will be displayed.

Regards
Jörn Bosse
0
Reply UTF 6/7/2010 12:02:55 AM


On Mon, 07 Jun 2010 02:02:55 +0200, J�rn Bosse <joernbosse@gmx.de> wrote:

>you can add a controltiptext to yur textbox in the properties.
>If you move your mouse on this control, this message will be displayed.

.... after a rather disconcerting two or three seconds delay.
-- 

             John W. Vinson [MVP]
0
Reply John 6/7/2010 12:14:59 AM

Am 07.06.2010 02:14, schrieb John W. Vinson:
> On Mon, 07 Jun 2010 02:02:55 +0200, J�rn Bosse<joernbosse@gmx.de>  wrote:
>
>> you can add a controltiptext to yur textbox in the properties.
>> If you move your mouse on this control, this message will be displayed.
>
> ... after a rather disconcerting two or three seconds delay.
Well an other opportunity could be the ToolTip class by Stephen Lebans:

http://www.lebans.com/tooltip.htm
0
Reply ISO 6/7/2010 12:58:56 AM

John

Excellent. Now my form provides an easy way to use.
Is there a way to increase the font size of the controltiptext?
"John W. Vinson" wrote:

> On Mon, 07 Jun 2010 02:02:55 +0200, Jörn Bosse <joernbosse@gmx.de> wrote:
> 
> >you can add a controltiptext to yur textbox in the properties.
> >If you move your mouse on this control, this message will be displayed.
> 
> .... after a rather disconcerting two or three seconds delay.
> -- 
> 
>              John W. Vinson [MVP]
> .
> 
0
Reply Utf 6/7/2010 1:30:11 AM

Hi,

actually it was my answer :D but who cares. It´s just important that you 
got your answer ;)
But there is no way to increase the font of the controltiptext. Sorry

Regards
Jörn


Am 07.06.2010 03:30, schrieb sebastico:
>
> John
>
> Excellent. Now my form provides an easy way to use.
> Is there a way to increase the font size of the controltiptext?
> "John W. Vinson" wrote:
>
>> On Mon, 07 Jun 2010 02:02:55 +0200, Jörn Bosse<joernbosse@gmx.de>  wrote:
>>
>>> you can add a controltiptext to yur textbox in the properties.
>>> If you move your mouse on this control, this message will be displayed.
>>
>> .... after a rather disconcerting two or three seconds delay.
>> --
>>
>>               John W. Vinson [MVP]
>> .
>>

0
Reply UTF 6/7/2010 1:38:20 AM

Jörn 
Very interesting and useful

Thank you very much indeed.



"Jörn Bosse" wrote:

> Am 07.06.2010 02:14, schrieb John W. Vinson:
> > On Mon, 07 Jun 2010 02:02:55 +0200, Jörn Bosse<joernbosse@gmx.de>  wrote:
> >
> >> you can add a controltiptext to yur textbox in the properties.
> >> If you move your mouse on this control, this message will be displayed.
> >
> > ... after a rather disconcerting two or three seconds delay.
> Well an other opportunity could be the ToolTip class by Stephen Lebans:
> 
> http://www.lebans.com/tooltip.htm
> .
> 
0
Reply Utf 6/7/2010 3:34:49 AM

6 Replies
621 Views

(page loaded in 0.08 seconds)


Reply: