J
Judy at school
How do you make all entries in a database field automatically capitalize the
entry?
entry?
To capitalize text as it is being entered in a textbox on a form, put this
code in the BeforeUpdate event of the textbox:
MyTextBox=StrConv(MyTextBox, 3)