Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

truncate an alpha field

Status
Not open for further replies.

sjanssen

Technical User
Aug 9, 2010
9
US
I am trying to change a middle name field, so that instead of returning the full middle name, it only returns the first initial. It appears that the "truncate" function only works for numerical data. Does anyone know what function to use for alpha field?
 
Or you could use:

{table.field}[1]

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top