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
Windows Disk Diagnostic detected a S.M.A.R.T. fault on disk
Troubleshooting a Windows Vista Home Premium networking problem for a client.
Installing Visual Studio 2003 yields "Please go to Control Panel to install and configure system components"
What is password replication policy in RODC?
How to tell when a text message has been opened
How to use xcopy in loginscript with administrator permissions to create folder and copy a file?
Creating temporary relationships using DE base class
How do I rotate a picturebox in 15 degree increments?
Ms Access 2003 .mdb "may not be safe"
How to pass binary data to a stored procedure from a c# program