I was trying to do a total query today. The data in the query resembles this....
CustomerName Type City State
----------- ---- ------- ------
CustomerABC FF St. Louis, Mo
CustomerABC FF St. Louis, Mo
CustomerABC FD ""
CustomerBCD FF New York
CustomerBCD FF ""
CustomerBCD FF
CustomerBCD FF
...
I was trying to get it to total up the type...
where customerABC would have 2 for FF and 1 for FD
and CustomerBCD 4 for FF....
How can this be done in the query tool....
CustomerName Type City State
----------- ---- ------- ------
CustomerABC FF St. Louis, Mo
CustomerABC FF St. Louis, Mo
CustomerABC FD ""
CustomerBCD FF New York
CustomerBCD FF ""
CustomerBCD FF
CustomerBCD FF
...
I was trying to get it to total up the type...
where customerABC would have 2 for FF and 1 for FD
and CustomerBCD 4 for FF....
How can this be done in the query tool....