Using full name instead of initials

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello -

I have a column that lists approximately 12 different initials. I would
like all of these initials to appear as a full name on a report.

I am drawing a blank as to how to do this.

Any help at all will be greatly appreciated!
 
Sandy said:
Hello -

I have a column that lists approximately 12 different initials. I would
like all of these initials to appear as a full name on a report.

I am drawing a blank as to how to do this.

Any help at all will be greatly appreciated!

You need a table that maps each initial record to a full name and then you can
add that table to the query used by the report.
 
Thanks Rick!
--
Sandy


Rick Brandt said:
You need a table that maps each initial record to a full name and then you can
add that table to the query used by the report.
 
Back
Top