Hi,
I have this code which makes all the data displayed on the form in this respective field capital letters e.g John will be displayed as JOHN and saved as so.
However, what i want to do is only make the first letter as John not JOHN. How can I change the code?
Me.surname_forename = UCase(Me.surname_forename)
Thanks
I have this code which makes all the data displayed on the form in this respective field capital letters e.g John will be displayed as JOHN and saved as so.
However, what i want to do is only make the first letter as John not JOHN. How can I change the code?
Me.surname_forename = UCase(Me.surname_forename)
Thanks