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
Installing Windows 98 on a Dell Inspiron 1150 laptop freezes
Enumerate printers on a print server
Design question on being able to select multiple records on the form
Email Account
Check Box issue
creating system.mdw whit VB 5
SQL query
Code retriving duplicated numbers.
How do I restore the toolbar at the bottom of Outlook Mailbox where the number that shows the number of email messages is located.
Use a query result to populate recipients in SendObject