I have a table listing users names it has the following fields
Login ID
First Name
Surname
Display Name
The first three are entered manually the last one should be the users initial and surname and therefore it seems something that can be done automatically something along the lines of
=Right([First Name],1) & Surname
But I am not sure if this is right and if so where to put it, any help would be appreciated
(I am now thinking I may not actually need this field here but if it is possible to do this I would still be interested to know how as a learning exercise.
Thanks
Login ID
First Name
Surname
Display Name
The first three are entered manually the last one should be the users initial and surname and therefore it seems something that can be done automatically something along the lines of
=Right([First Name],1) & Surname
But I am not sure if this is right and if so where to put it, any help would be appreciated
(I am now thinking I may not actually need this field here but if it is possible to do this I would still be interested to know how as a learning exercise.
Thanks