G
Gary Schuldt
I have a text control in which I want all the words the user types in
capitalized (i.e., Proper case).
I know about the VBA function StrConv; not sure at the moment what the
corresponding macro is . . .
however, my question is, which event should trigger the action? It doesn't
need to be displayed in Proper case as they type, but it should be so
displayed when the control loses focus.
I have used the AfterUpdate event before, and I know it works, but I just
got to thinking that BeforeUpdate might be more efficient. I know the
latter should be used when doing validation, but I just want to change the
case.
Thanks.
Gary
capitalized (i.e., Proper case).
I know about the VBA function StrConv; not sure at the moment what the
corresponding macro is . . .
however, my question is, which event should trigger the action? It doesn't
need to be displayed in Proper case as they type, but it should be so
displayed when the control loses focus.
I have used the AfterUpdate event before, and I know it works, but I just
got to thinking that BeforeUpdate might be more efficient. I know the
latter should be used when doing validation, but I just want to change the
case.
Thanks.
Gary