G
Gary Schuldt
I thought I could code a function reference in the event-handler box for a
control, but I'm missing something, since I can't get it to work.
I want to make a text field all upper case AfterUpdate.
The Expression Builder guides me through to yield the entry:
=Ucase([txtFld])
but it doesn't work. When I type lower-case letters into the field and tab
out, they remain lower-case.
I know I've seen this done before!
Gary
control, but I'm missing something, since I can't get it to work.
I want to make a text field all upper case AfterUpdate.
The Expression Builder guides me through to yield the entry:
=Ucase([txtFld])
but it doesn't work. When I type lower-case letters into the field and tab
out, they remain lower-case.
I know I've seen this done before!
Gary