I have a table that has fields of ZipCode, Network and Factor.
The Network names are duplicated, which is fine, and also some have the same ZipCode, but the factors are either 0 or 53.
So example:
Network 3digZipCode Factor
ABC Inc. 995 0
ABC Inc. 995 53
ABC Inc. 997 0
ABC Inc. 998 0
I want just the first 2 lines pulled into my query, because they have the same Zip, but 2 different Factors. I need to find all those Networks that have same Zip with those 2 factors.
Anyone?? I am using MS Access 2007 and I am using the Select Query in Design View, not SQL. Although, I'm not opposed to SQL statements!
The Network names are duplicated, which is fine, and also some have the same ZipCode, but the factors are either 0 or 53.
So example:
Network 3digZipCode Factor
ABC Inc. 995 0
ABC Inc. 995 53
ABC Inc. 997 0
ABC Inc. 998 0
I want just the first 2 lines pulled into my query, because they have the same Zip, but 2 different Factors. I need to find all those Networks that have same Zip with those 2 factors.
Anyone?? I am using MS Access 2007 and I am using the Select Query in Design View, not SQL. Although, I'm not opposed to SQL statements!