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
"waiting for all snap-ins to complete" on 2008 T/S
using OpenCurrentDatabase to open a accdr file
convert a jpg, jpeg, bmp,tiff or gif images in a ico image
Windows XP sp3 file c:\windows\system32\driver<wbr />s\atapi.sy<wbr />s is open or in use by another application. close all applications and retry
Store data to a record encrypted?
how to match corresponding records from two tables
why do i get "No mapping for the Unicode character exists in the target multi-byte code page"
Need Win98 compatible laser printer
EXCEL VBA - Application.CutCopyMode = False not Clearing Clipboard?
Need Help with SQL Query