P pbecker13 Registered User. Local time Today, 08:15 Joined Mar 6, 2007 Messages 12 Apr 20, 2007 #1 How would I about filtering out all results that contain a letter in them? The entries are in a field called Code, and I only want to display the resources that don't have a letter in the code.
How would I about filtering out all results that contain a letter in them? The entries are in a field called Code, and I only want to display the resources that don't have a letter in the code.
stopher AWF VIP Local time Today, 13:15 Joined Feb 1, 2006 Messages 2,388 Apr 21, 2007 #2 You could try putting the following as your where criteria: IsNumeric( Code: )=-1 hth Stopher