Here are my fields:
Month
Desc1
Desc2
Desc3
Amt1
Amt2
Amt3
Desc1 goes with Amt1
Desc2 goes with Amt2
Desc3 goes with Amt3
All of these are saved in one record.
In the table it will look like this with several records:
Month Desc1 Desc2 Desc3 Amt1 Amt2 Amt3
Jan Apple Ball Coat $2.00 $5.00 $4.00
Feb Ball Coat Gown $5.00 $4.00 $3.00
Mar Dog Egg Fish $1.00 $3.00 $6.00
Jan Ball Coat Gown $3.00 $4.00 $2.00
In a report, I am grouping by month but I also want to group by the data entered in the Desc1, Desc2, and Dec3 fields but I don’t know how to do that. From the data in the table above, the two records with the month of Jan…..
Month Desc1 Desc2 Desc3 Amt1 Amt2 Amt3
Jan Apple Ball Coat $2.00 $5.00 $4.00
Jan Ball Coat Gown $3.00 $4.00 $2.00
Keep in mind that it goes together like this:
Apple $2.00
Ball $5.00
Coat $4.00
Ball $3.00
Coat $4.00
Gown $2.00
…..will be grouped together along with the data in the Desc fields. On a report, I want it to look like this:
Jan
Apple $2.00
Ball $8.00
Coat $8.00
Gown $2.00
Feb
Ball $10.00
Coat $2.00
Gown $3.00
March
Dog $1.00
Egg $3.00
Fish $6.00
The report groups by month which I know how to do that part. What I don’t know how to do is group the data entered in the Desc1, Desc2, and Desc3 fields. Is it possible to group the data in different fields like I am asking about here.
Month
Desc1
Desc2
Desc3
Amt1
Amt2
Amt3
Desc1 goes with Amt1
Desc2 goes with Amt2
Desc3 goes with Amt3
All of these are saved in one record.
In the table it will look like this with several records:
Month Desc1 Desc2 Desc3 Amt1 Amt2 Amt3
Jan Apple Ball Coat $2.00 $5.00 $4.00
Feb Ball Coat Gown $5.00 $4.00 $3.00
Mar Dog Egg Fish $1.00 $3.00 $6.00
Jan Ball Coat Gown $3.00 $4.00 $2.00
In a report, I am grouping by month but I also want to group by the data entered in the Desc1, Desc2, and Dec3 fields but I don’t know how to do that. From the data in the table above, the two records with the month of Jan…..
Month Desc1 Desc2 Desc3 Amt1 Amt2 Amt3
Jan Apple Ball Coat $2.00 $5.00 $4.00
Jan Ball Coat Gown $3.00 $4.00 $2.00
Keep in mind that it goes together like this:
Apple $2.00
Ball $5.00
Coat $4.00
Ball $3.00
Coat $4.00
Gown $2.00
…..will be grouped together along with the data in the Desc fields. On a report, I want it to look like this:
Jan
Apple $2.00
Ball $8.00
Coat $8.00
Gown $2.00
Feb
Ball $10.00
Coat $2.00
Gown $3.00
March
Dog $1.00
Egg $3.00
Fish $6.00
The report groups by month which I know how to do that part. What I don’t know how to do is group the data entered in the Desc1, Desc2, and Desc3 fields. Is it possible to group the data in different fields like I am asking about here.