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
Aceess 2002 SQL Query question... accumulation by group by sequence
Fixing - Cannot perform an aggregate function on an expression containing an aggregate
macro vlookup error
Open a form and populate an unbound field on the form being opened
Exchange 2010 OWA not working
Hiding library private members.
xp professional service pack 3
Odd behavior with C# COM interop and null values
How to start / run a stored procedure from a Winform by clicking a button
Access multi-column combobox selection