A function that changes all entries in to CAPITALS

Ramshan

Registered User.
Local time
Today, 01:32
Joined
Aug 17, 2011
Messages
48
Do we have any function that can be incorporated in forms that will change all entries in to CAPITALS when I hit a button?

Thanks in advance
 
There's UCase(), StrConv(), Format property and the Format() function.
 
Or simply put the Greater Than (>) symbol in the Format Field at either Table or Form Level
 

Users who are viewing this thread

Back
Top Bottom