Question data inputting

peterjb44

Registered User.
Local time
Today, 03:20
Joined
Mar 7, 2013
Messages
55
Hi all,

is there any way of making data that is inputted in lower case to automatically change to the first letter of each word being a capital :confused:

please can you let me know how if it can be done

thank you

peter
 
Hi jdraw,

thanks for the reply,

problem is I forgot to mention that I'm a novice, so I have no idea how to get that working

any help would be appreciated

peter
 
In the Field's After Update event you could use code along the lines of;
Code:
Me.YourTextField = [URL="http://www.techonthenet.com/access/functions/string/strconv.php"]StrConv[/URL](Me.YourTextField, 3)
 
Hi John big booty,

Thanks for you reply,

I tried your way but I got an error

I managed to get it working, by going to the table in design mode then create data macro then before change then set field, I then put my field name (company) in name and StrConv([Company],3) in value

thank you both for you input

peter
 

Users who are viewing this thread

Back
Top Bottom