I cannot figure it out....
Thanks,
--
Mike
Alternatively you can set the Format property of a text box to ">", or
perhaps use the UCase(myField) function in query.
-Tom.
Microsoft Access MVP
KeyAscii = Asc(UCase(Chr(KeyAscii)))
HTH
Peter Hibbs.
On Tue, 10 Nov 2009 19:29:31 -0800, Mike
<Mi...@discussions.microsoft.com> wrote:
"Tom van Stiphout" wrote:
> .
>
>Thanks, the > in the Format worked great...............thanks again
Just be aware that this Format merely *displays* the text in upper case - if
the user types "az" then the field will contain "az", and that's what you'll
see if you use it in queries, forms, etc. The Table Datasheet will show "AZ"
because of the format, but it doesn't make any permanent change to the data.
--
John W. Vinson [MVP]