Microsoft
Software
Hardware
Network
Question : Auto Format data in Access to Capitalize first letters
I have a field that holds "Firstname Lastname" data and I would like to know if it is possible to auto format this field (in access) so that it will capitalize the first letter of the first name and the first letter of the last name automatically.
Answer : Auto Format data in Access to Capitalize first letters
Auto-magically, no.
Usign an update query, yes.
UPDATE YourTableName
SET Something = StrConv(Something,3)
Random Solutions
Best way to manage development virtual machines
browstat on 2008 DC with computer browser service: Unable to Retrieve server list error 1130
Programatically Publishing the Document Items
ODBC Microsoft Access Driver Login Failed
VBA Inconsistent results using Application.CountA
Disable the Confirm question for action queries in VBA
Home network - pc keeps losing internet connection
Unable to open SQL Server database file (.mdf)
Why wont a hp laptop power up?
CEdit GetWindowText() for a UNICODE string