May 8, 2003 #1 etcski Technical User Joined Oct 31, 2001 Messages 2 Location US I need a way / expression to strip away the first (few) letters or numbers that are already in the table. Example: N07142 needs to be 07142 N0007142 needs to be 07142 Thanks, Ski
I need a way / expression to strip away the first (few) letters or numbers that are already in the table. Example: N07142 needs to be 07142 N0007142 needs to be 07142 Thanks, Ski
May 8, 2003 #2 Rick39 Programmer Joined May 11, 2001 Messages 426 Location US Right([YourField],5) would give you 07142 from the two examples you posted Upvote 0 Downvote