how do you change a certsain field to all caps i have tried this statement but didn't work:
is this correct or what else do i need to add
ps. i put this in the form load event does that matter?
lee123
Code:
txtcompanyname.seltext = ucase(txtcompanyname.Seltext)
ps. i put this in the form load event does that matter?
lee123
Comment