I have a simple query that holds the sales outcomes (five possible) for five reps. The rep column is group by, then the sales outcome (group by) then sales outcome (count).
What I have done is enter ten test records all different reps and different outcomes. I want to display on a form that is read only the total sales for rep 1 only by sales outcome category.
So for instance if rep 1 had sold prod1 (once) and prod2 (3 times) my form would have five controls on it. Each control would represent the five products. I would like to display on the form the total 1 for prod1 and 3 for prod2 and '0' for the three other prod.
Unfortunately I can't figure this out and I'm going out of my mind. Any assistance would be truly and greatly appreciated thanks.
MVPEJP
What I have done is enter ten test records all different reps and different outcomes. I want to display on a form that is read only the total sales for rep 1 only by sales outcome category.
So for instance if rep 1 had sold prod1 (once) and prod2 (3 times) my form would have five controls on it. Each control would represent the five products. I would like to display on the form the total 1 for prod1 and 3 for prod2 and '0' for the three other prod.
Unfortunately I can't figure this out and I'm going out of my mind. Any assistance would be truly and greatly appreciated thanks.
MVPEJP