R
ReneeD
I have a table that has the fields FIRST NAME, LAST NAME and MIDDLE NAME. I
would like to add another field to this same table that is called Initials
and I would like this field to generate the initials based on the other three
fields. Is this possible in my table?
I have tried this statement:
Left([FIRST NAME],1) & Left([MIDDLE NAME],1) & Left([LAST NAME],1)
in a query and it works fine but I would like the field to be in my table as
I would like to link this table to another database that would use the
initials.
would like to add another field to this same table that is called Initials
and I would like this field to generate the initials based on the other three
fields. Is this possible in my table?
I have tried this statement:
Left([FIRST NAME],1) & Left([MIDDLE NAME],1) & Left([LAST NAME],1)
in a query and it works fine but I would like the field to be in my table as
I would like to link this table to another database that would use the
initials.