Re: Validation rule for 1 capital letter?
- From: "Rick B" <Anonymous>
- Date: Thu, 18 Aug 2005 10:00:53 -0500
I think you'd use something like...
Left([somecontrol],1) = UCase(Left([Somecontrol],1))
I have not tested that though.
--
Rick B
"BBoller" <BBoller@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3BE2C89A-6A32-418E-9DD9-A51C93EE11A5@xxxxxxxxxxxxxxxx
> Hi all - apologies if this is a stupid question! I have a colleague who is
> attempting to set up a Validation Rule so that the first letter in the
field
> must be a capital letter. He wants to use that rather than an input mask
so
> that an error message is received if the capital letter is not entered. I
> have looked around for something similar and being (admittedly) new to the
> idea of Validation rules, I'm stuck. Can anyone offer any suggestions?
>
> Thank you!
.
- Follow-Ups:
- Re: Validation rule for 1 capital letter?
- From: Ken Snell [MVP]
- Re: Validation rule for 1 capital letter?
- References:
- Validation rule for 1 capital letter?
- From: BBoller
- Validation rule for 1 capital letter?
- Prev by Date: Validation rule for 1 capital letter?
- Next by Date: Re: Validation rule for 1 capital letter?
- Previous by thread: Validation rule for 1 capital letter?
- Next by thread: Re: Validation rule for 1 capital letter?
- Index(es):
Relevant Pages
|