Suppose I have a table with fields:
First Last
STEVEN MAKI
JAMES FURNISH
MONICA GARCIA
I need to keep only first letter of each name in capital, rest not in capital. i.e.
Steve Maki
James Furnish
Monica Garcia
Is there any way you can directly format this fields in design view of table using Format property. Or you only can do using VBA Code?
Can you suggest how to do this?
Thanks in advance.
First Last
STEVEN MAKI
JAMES FURNISH
MONICA GARCIA
I need to keep only first letter of each name in capital, rest not in capital. i.e.
Steve Maki
James Furnish
Monica Garcia
Is there any way you can directly format this fields in design view of table using Format property. Or you only can do using VBA Code?
Can you suggest how to do this?
Thanks in advance.