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
how to unlock an folder which is locked in dos mode
XmlDocument.Load(Stream) method is removing tabs between tags
Access to the registry key denied
Script for clearing out Outlook temp folder
time difference between two times in minutes in ms access query
Serial Port Communication C++
Install Windows Server 2003 on laptop
Write HEX
Query on field of type XML - Top-level attribute nodes are not supported
Reverting to SQL Server Express