A
Amit
MS Access 2K, Windows XP
=========================
Hi,
I'm trying to convert first and last name fields in a
table to "Proper" format using an update query. I tried
using the StrConv([fieldname], vbProperCase) in
the "Update to" row, but that didn't work. I got a "MS
Access failed to update..." error message.
I'm assuming that this function is available in VBA and
not in an Update query. Is that the case? And, if yes,
then how can I convert the names to Proper format?
Thanks for any pointers.
-Amit
=========================
Hi,
I'm trying to convert first and last name fields in a
table to "Proper" format using an update query. I tried
using the StrConv([fieldname], vbProperCase) in
the "Update to" row, but that didn't work. I got a "MS
Access failed to update..." error message.
I'm assuming that this function is available in VBA and
not in an Update query. Is that the case? And, if yes,
then how can I convert the names to Proper format?
Thanks for any pointers.
-Amit