G Guest Nov 30, 2005 #1 I have a querie with many different states. I need to have it exclude two of the states in the querie IE: AZ and MI.
I have a querie with many different states. I need to have it exclude two of the states in the querie IE: AZ and MI.
G Guest Nov 30, 2005 #2 In the critera row for your State column in the query builder, put this: NOT IN("AZ", "MI")