All, using Access 2010. Looking at the table below, I need to query so that the results would identify only the CUST ID with different Rates in the same state. The query results in this case would be 1300 and 1300A. I tried to do a group and count but I get everything. Any suggestions please. I know it’s something easy and I’m just having a brain freeze.
Code:
Table
CustID State Rate
2500 AZ 1.5
2500A AZ 1.5
1300 MT 2.5
1300A MT 1.5