Oct 3, 2005 #1 Steve95 MIS Nov 3, 2004 265 US Hi All I need a formula which always extracts the last 4 letters of a line taking into consideration the line length will change. Many Thanks in Advance
Hi All I need a formula which always extracts the last 4 letters of a line taking into consideration the line length will change. Many Thanks in Advance
Oct 3, 2005 Thread starter #2 Steve95 MIS Nov 3, 2004 265 US Sorry the field data type is String Many Thanks Upvote 0 Downvote
Oct 3, 2005 #3 kutoose Technical User Sep 11, 2002 169 US You may use the Right() function. Example Right({Table.Field},4) Upvote 0 Downvote