I have a database with two fields for emailing. Firstname and Email.
I want to run a query to capitalize just the first character of the Firstname field.
I figured out how to change the field to lowercase but that's it.
Now I need the first character changed to upper case.
I only know how to do queries. I often see samples in these forums of VB code but I don't know where or how to use it.
I did find the Proper function but don't know how to use it either.
Help?
Jim
I want to run a query to capitalize just the first character of the Firstname field.
I figured out how to change the field to lowercase but that's it.
Now I need the first character changed to upper case.
I only know how to do queries. I often see samples in these forums of VB code but I don't know where or how to use it.
I did find the Proper function but don't know how to use it either.
Help?
Jim