Converting letter case

S

Sonic

I work with Access 2000, I need to change the letter case of the data from
upper case to lower case or vice versa, how can this be done in Access?

Thanks
Sonic
 
F

fredg

I work with Access 2000, I need to change the letter case of the data from
upper case to lower case or vice versa, how can this be done in Access?

Thanks
Sonic

Look up the Ucase(), LCase(), and StrConv() functions in VBA Help.
 
Top