Grouping question
Posted: Tue Sep 30, 2008 5:42 pm
I have v12 running against a .mdb database. I have a one-to-one join between 2 tables. In my master table I have "pairs" of records that represent the same entity, and the joined table brings in a number. So for example, I have record A and record B from my master bringing in 100 and 200 respectively. What I want to do is to sum the numbers by "pair", and then sort that total. How would i go about doing that? I made my summary for the pairs pre-processed but that did not keep them together and it did not work.____thanks__fred