L
lschuh
Is there a way to make the first letter of text Upper case while the rest of
the text is lower case? EG: Henry Beeler
the text is lower case? EG: Henry Beeler
Ofer Cohen said:Try
StrConv([FieldName], vbProperCase)
--
Good Luck
BS"D
lschuh said:Is there a way to make the first letter of text Upper case while the rest of
the text is lower case? EG: Henry Beeler
lschuh said:What if I just wanted to manipulate the output in a query or tbl? Is this
the only way to format this?
Ofer Cohen said:Try
StrConv([FieldName], vbProperCase)
--
Good Luck
BS"D
lschuh said:Is there a way to make the first letter of text Upper case while the rest of
the text is lower case? EG: Henry Beeler