tizhimself
Instructor
Each month an agent (8 total agents) provides a list with his name and a count of 14 police activities for the month:
Agent FName, LName
Activities:
Arrests 5
Cases Cleared 10
Vehicles Recovered 4
Value of Vehic Recov $8,000.00
.
.
Salvage Yard Inspection 6 (14th activity)
________________________________________________
I tried two tables, Agent and Activity but here's problem:
I need to be able to create a cross-tab query so that column 1 is the 14 activities for the month, column 2 is current year to date, column 3 is prior year summary, column 4 is summary of year prior to column 3, etc.
I took the 2-table approach but can't create the X-tab query as I want. In my Activity Table I made each activity a field (Agent Table 1 to many with Activity Table) & I think this is wrong. Seems like I need something like a purchase order DB with products being activities. Maybe an Activity Name Table, too?
Thanks for any help... I'm a volunteer doing work for the Virginia State Police.
Agent FName, LName
Activities:
Arrests 5
Cases Cleared 10
Vehicles Recovered 4
Value of Vehic Recov $8,000.00
.
.
Salvage Yard Inspection 6 (14th activity)
________________________________________________
I tried two tables, Agent and Activity but here's problem:
I need to be able to create a cross-tab query so that column 1 is the 14 activities for the month, column 2 is current year to date, column 3 is prior year summary, column 4 is summary of year prior to column 3, etc.
I took the 2-table approach but can't create the X-tab query as I want. In my Activity Table I made each activity a field (Agent Table 1 to many with Activity Table) & I think this is wrong. Seems like I need something like a purchase order DB with products being activities. Maybe an Activity Name Table, too?
Thanks for any help... I'm a volunteer doing work for the Virginia State Police.