Hi Dave
To ensure names are places correctly in the first place:-
In a Table use this as your input mask
To get just the first letter and make it a capital (for use in letters ect)
In a query add a new field use this
Capital: Left([NameField],1)
Press F1 to get more info
Hope this helps
--
Wayne
Manchester, England.
David said:
How do I get access to change the first letter to uppercase in a table.