I have two tables: Payments by Month and Payments by Quarter. The 'Payments by Month' Table has fields that indicate how much of a given payment was received in a certain month (i.e. 12 fields). The 'Payments by Quarter' likewise has similar information, however reduced to only quarters (i.e. 4 fields).
Ideally, I would like to enter payments in the columns "Jan, Feb, Mar" of Payments by Month and see that information automatically directed, and cumulated, in the column "Q1" of Payments by Quarter. So if 'Payments by Month' showed Jan = 10, Feb = 5, March = 10 for ROW 1, I would like to see 'Payments by Quarter' show Q1 = 25.
Any suggestions would be greatly appreciated.
Ideally, I would like to enter payments in the columns "Jan, Feb, Mar" of Payments by Month and see that information automatically directed, and cumulated, in the column "Q1" of Payments by Quarter. So if 'Payments by Month' showed Jan = 10, Feb = 5, March = 10 for ROW 1, I would like to see 'Payments by Quarter' show Q1 = 25.
Any suggestions would be greatly appreciated.