Hi all
I am trying to create a report that sums the daily data we currently have by week. I have 3 tables:
1. OFFICE_DETAILS
OFFICE_NUMBER e.g 1, 2, 3
AREA_MANAGER e.g J.Hammon, M.Seline, U.Glock
REGION_NAME e.g Greater Manchester, Lancashire
2. EXPENDITURE_LIST
PAID_DATE e.g 12/01/01, 13/01/01
OFFICE_NUMBER e.g 1, 2, 3
PAID_AMOUNT e.g £10, £25.50, £18
3. WEEK_NUMBERS
WEEK_NUMBER e.g 18,19
WEEK_ENDS e.g 14/01/01, 21/01/01
I have to create a report that lists the amount spent grouped by week. So it would look something like this:
Month: Jan/2001
Area Mgr Office Wk1 Wk2 Wk3 Wk4 Wk5 Total
xxx xxx 9.99 9.99 9.99 9.99 9.99 99.99
Grand Total 9.99 9.99 9.99 9.99 9.99 99.99
I created a select qry to link tables 1 and 2, but am stumped on how to link table no 3 and summarise. Any ideas ? Missy Ed
Looking to exchange ideas and tips on VB and MS Access development as well as office 97 development. Drop me a line: msedbbw@hotmail.com
I am trying to create a report that sums the daily data we currently have by week. I have 3 tables:
1. OFFICE_DETAILS
OFFICE_NUMBER e.g 1, 2, 3
AREA_MANAGER e.g J.Hammon, M.Seline, U.Glock
REGION_NAME e.g Greater Manchester, Lancashire
2. EXPENDITURE_LIST
PAID_DATE e.g 12/01/01, 13/01/01
OFFICE_NUMBER e.g 1, 2, 3
PAID_AMOUNT e.g £10, £25.50, £18
3. WEEK_NUMBERS
WEEK_NUMBER e.g 18,19
WEEK_ENDS e.g 14/01/01, 21/01/01
I have to create a report that lists the amount spent grouped by week. So it would look something like this:
Month: Jan/2001
Area Mgr Office Wk1 Wk2 Wk3 Wk4 Wk5 Total
xxx xxx 9.99 9.99 9.99 9.99 9.99 99.99
Grand Total 9.99 9.99 9.99 9.99 9.99 99.99
I created a select qry to link tables 1 and 2, but am stumped on how to link table no 3 and summarise. Any ideas ? Missy Ed
Looking to exchange ideas and tips on VB and MS Access development as well as office 97 development. Drop me a line: msedbbw@hotmail.com