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
Access Denied in C:\Temp problem
RichTextbox 256 characters
formula disappear after converting from 2003 to 2007
Can't boot from CD drive
INSERT INTO new table from existing stored procedure
Problem Upgrading a Child Domain to Windows 2008 R2
event viewer log error 17055 mssqlserver backup logs
Delete with INNER JOINS
Excel paysheet
vb.net check isIde