Oct 3, 2005 #1 Steve95 MIS Joined Nov 3, 2004 Messages 265 Location 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 Joined Nov 3, 2004 Messages 265 Location US Sorry the field data type is String Many Thanks Upvote 0 Downvote
Oct 3, 2005 #3 kutoose Technical User Joined Sep 11, 2002 Messages 169 Location US You may use the Right() function. Example Right({Table.Field},4) Upvote 0 Downvote