Mar 4, 2004 #1 Zonie32 Technical User Jan 13, 2004 242 US I have field with a list of different numbers like this: (All different lengths) DescNo. AB1234 CDE33333 TCBY88 How can I return just the Alphabetic letters in a new field? I want the numeric values to drop off.
I have field with a list of different numbers like this: (All different lengths) DescNo. AB1234 CDE33333 TCBY88 How can I return just the Alphabetic letters in a new field? I want the numeric values to drop off.
Mar 4, 2004 #2 SteveR77 Programmer Sep 18, 2000 813 US This will do what you need. http://www.mvps.org/access/strings/str0002.htm Put the function in a module and the you'll be able to use the function in your query as follows - fExtractStr([DescNo]) HTH, Steve Upvote 0 Downvote
This will do what you need. http://www.mvps.org/access/strings/str0002.htm Put the function in a module and the you'll be able to use the function in your query as follows - fExtractStr([DescNo]) HTH, Steve