Jul 3, 2009 #1 3587ch Technical User Jun 19, 2009 30 US In a query column I would like to show only the first 40 characters that have been entered into the comments field. Is this possible? Thank you,
In a query column I would like to show only the first 40 characters that have been entered into the comments field. Is this possible? Thank you,
Jul 3, 2009 #2 MazeWorX IS-IT--Management Nov 17, 2002 762 CA Code: Alias:Left([FieldName], 30) Should do the trick ... Alias is what ever you want to call the shortened field HTH << MaZeWorX >> Remember amateurs built the ark - professionals built the Titanic [flush] Upvote 0 Downvote
Code: Alias:Left([FieldName], 30) Should do the trick ... Alias is what ever you want to call the shortened field HTH << MaZeWorX >> Remember amateurs built the ark - professionals built the Titanic [flush]