Hello all...
I have several users accessing a DB where there is no real control on how the DB will display the data. What I mean is this... I want every first letter of each word to be in caps.
Yes, you can use ">" (without quotes) in the format section.. but that makes everything display in uppercase.
I've tried "input format" but could only get the first word to go into Caps and the rest in lowercase.
Most of the users at work like, for whatever reason, to leave Caps lock on their keyboards. What I want is no matter how the user types the data, access will force each first letter in a word to be in Caps and the rest in lowercase.
Any suggestions whether it be a VB code... or anything else is greatly appreciated.
Thank you
JZ
Testkitt2
I have several users accessing a DB where there is no real control on how the DB will display the data. What I mean is this... I want every first letter of each word to be in caps.
Yes, you can use ">" (without quotes) in the format section.. but that makes everything display in uppercase.
I've tried "input format" but could only get the first word to go into Caps and the rest in lowercase.
Most of the users at work like, for whatever reason, to leave Caps lock on their keyboards. What I want is no matter how the user types the data, access will force each first letter in a word to be in Caps and the rest in lowercase.
Any suggestions whether it be a VB code... or anything else is greatly appreciated.
Thank you
JZ
Testkitt2