Click to See Complete Forum and Search --> : Outputting only initials in an Access report


bigfishnw
08-06-2007, 07:12 PM
I'm trying to have a report show first name and last initial. Is there a way to have the output of a text field to a report list only the first letter of the text?

Appreciate any help you may have.

nbcrockett
08-07-2007, 12:28 AM
Left(TextField,1)