-
Capslock
How to make autocapslock in microsoft access form??
-
If I understand your intent, you can use
fldnameOnForm = UCASE(fldnameOnForm)
UCASE(fld) results in the value in fld being Uppercase
-
Can you explain more about that..because i couldn't understand it.
I am very beginner in microsoft access..
thank you in advance..
-
Use the After Update event of each control you want in CAPS
and set the value.
Me.txtControl = UCase(Me.txtControl)
Here's another link from M$oft
http://support.microsoft.com/kb/209520
-
i already try..but still failed
can u explain more..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules