Autopopulate field based on value in fields in same record

RECrerar

Registered User.
Local time
Yesterday, 20:27
Joined
Aug 7, 2008
Messages
130
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
 

Users who are viewing this thread

Back
Top Bottom