Nov 15, 2007 #1 mlrmlr Technical User Joined Mar 17, 2006 Messages 168 Location US Hello, How can I truncate the last 3 characters in a query? I only need the first 4 characters in the following field. ALPAB02 ALPAB03 ALPAB04 BKCAB01 BKCAB02 Thanks.
Hello, How can I truncate the last 3 characters in a query? I only need the first 4 characters in the following field. ALPAB02 ALPAB03 ALPAB04 BKCAB01 BKCAB02 Thanks.
Nov 15, 2007 1 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Left(yourField, 4) Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Nov 15, 2007 Thread starter #3 mlrmlr Technical User Joined Mar 17, 2006 Messages 168 Location US Oh my goodness, you the the BEST! Thanks PHV. Upvote 0 Downvote