N
NeoFax
I have three Crosstab queries that take info from one table that shows
the information for HrsSpent, HrsAssigned and HrsWorked by day.
However, I really don't want to add 93 columns worth of info in a
query that then recombines the info from the three crosstab queries
for a report. Here is how my data looks:
tblHoursAccumulation
Helo Station Date HrsSpent HrsAsg HrsWkd
HrsSpentDelta HrsAsgDelta HrsWkdDelta
14726 1 1/21/09 225.05 225.05 225.05
0.0 0.0 0.0
14726 2 1/21/09 423.74 375.27 300.00
125.0 0.0 100.0
....
14726 1 1/22/09 225.05 225.05 225.05
0.0 0.0 0.0
14726 2 1/22/09 428.00 375.27 308.00
4.26 0.0 8.0
crtbDailySpentDelta
Helo Station TotalSpent 1 2 3 4 5 6 7 8...21
22 23...31
14726 1 225.05
0.0 0.0
14727 2 428.00
125.00 4.26
crtbDailyAssignedDelta
crtbDailyWorkedDelta
qryHoursAccumulation
Helo Station TotalSpent TotalAsg TotalWkd <AutomaticallyCreated>
19 20 21 22 23
Is this a possibility? If not, it will work if I manually hand jam
all of the 31 days. Thanks!
the information for HrsSpent, HrsAssigned and HrsWorked by day.
However, I really don't want to add 93 columns worth of info in a
query that then recombines the info from the three crosstab queries
for a report. Here is how my data looks:
tblHoursAccumulation
Helo Station Date HrsSpent HrsAsg HrsWkd
HrsSpentDelta HrsAsgDelta HrsWkdDelta
14726 1 1/21/09 225.05 225.05 225.05
0.0 0.0 0.0
14726 2 1/21/09 423.74 375.27 300.00
125.0 0.0 100.0
....
14726 1 1/22/09 225.05 225.05 225.05
0.0 0.0 0.0
14726 2 1/22/09 428.00 375.27 308.00
4.26 0.0 8.0
crtbDailySpentDelta
Helo Station TotalSpent 1 2 3 4 5 6 7 8...21
22 23...31
14726 1 225.05
0.0 0.0
14727 2 428.00
125.00 4.26
crtbDailyAssignedDelta
crtbDailyWorkedDelta
qryHoursAccumulation
Helo Station TotalSpent TotalAsg TotalWkd <AutomaticallyCreated>
19 20 21 22 23
Is this a possibility? If not, it will work if I manually hand jam
all of the 31 days. Thanks!