B
Ben Johnson
My database needs to run a report that will give the total number of
each specific type of inspection given a user-defined date range. I
have about 15 different inspection types. The inspection type is
selected by the user when they book the inspection by placing a tick in
the relevant check box.
I'd want the output to look like this:
From [Start Date] to [End Date]:
Inspection1.....................12
Inspection2.....................3
Inpsection3.....................0
etc.
Using "Totals" I'm not getting any differentiation between inspection
types by using the 'Count' keyword - that is, all I get is the total
number of inspections for the given date range in each field, like this:
Inspection1......................25
Inspection2......................25
Inspection3......................25
etc.
How do I get access to break this total down into it's component parts?
Many thanks,
Ben Johnson
Please ignore the address listed with the post. My email address is:
b<xremovex>johnson (at) netspace dot net dot au
each specific type of inspection given a user-defined date range. I
have about 15 different inspection types. The inspection type is
selected by the user when they book the inspection by placing a tick in
the relevant check box.
I'd want the output to look like this:
From [Start Date] to [End Date]:
Inspection1.....................12
Inspection2.....................3
Inpsection3.....................0
etc.
Using "Totals" I'm not getting any differentiation between inspection
types by using the 'Count' keyword - that is, all I get is the total
number of inspections for the given date range in each field, like this:
Inspection1......................25
Inspection2......................25
Inspection3......................25
etc.
How do I get access to break this total down into it's component parts?
Many thanks,
Ben Johnson
Please ignore the address listed with the post. My email address is:
b<xremovex>johnson (at) netspace dot net dot au