Re: Can I have a Control Tip when focus arrives in a field?
- From: fredg <fgutkind@xxxxxxxxxxxxxxx>
- Date: Fri, 17 Jun 2005 21:24:58 GMT
On Sat, 18 Jun 2005 06:41:36 +1000, Robin Chapple wrote:
> I have a field that must be filled from a list provided on the form,
> there are ten choices.
>
> The data is locked to prevent non standard entries. I have text
> instructions in the properties but need them to show them when the
> cursor arrives in the field.
>
> Thanks,
>
> Robin Chapple
Any reason you are not using a Combo Box with it's Limit To List
property set to Yes?
What about just using a Control Tip which will appear when the user
hovers over the control?
Or in the control's Got Focus event:
MsgBox "Do this or that"
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
- Follow-Ups:
- Re: Can I have a Control Tip when focus arrives in a field?
- From: Robin Chapple
- Re: Can I have a Control Tip when focus arrives in a field?
- References:
- Can I have a Control Tip when focus arrives in a field?
- From: Robin Chapple
- Can I have a Control Tip when focus arrives in a field?
- Prev by Date: Re: Toggle buttons - Wizard on strike
- Next by Date: Re: Setting a combo Rowsource from SQL server
- Previous by thread: Can I have a Control Tip when focus arrives in a field?
- Next by thread: Re: Can I have a Control Tip when focus arrives in a field?
- Index(es):