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
Outlook Closing Spontaneously
Refresh Records In MS Access Forms
How do I convert horizontal columns in Excel to Vertical Columns
Database restore (MS-SQL 2005) Does DB need to be off-line for a restore
recordset - find and criteria
hide a txt file
ClickOnce Update to disk path
DataGrid Datasource is nothing after postback. Can't get at the data.
Creating tables and relationships with normalisation
Terminal Services problem