G
Guest
Hi I am trying to set up a code so that when values are entered in a form
they are displayed with capital letters at the start of each word for example
a name entered john smith would be viewed as John Smith.
Somebody very kindly sent me the following code to use afterupdate event but
as I am very new to access I am not really sure how to use this can anyone
help?
[FieldName] =strConv([FieldName],3)
they are displayed with capital letters at the start of each word for example
a name entered john smith would be viewed as John Smith.
Somebody very kindly sent me the following code to use afterupdate event but
as I am very new to access I am not really sure how to use this can anyone
help?
[FieldName] =strConv([FieldName],3)