T
Timothy.Rybak
I have a query that has the following fields:
Date/Time PartCode
6/15/2006 5:00:00 am A
6/15/2006 5:01:00 am B
6/15/2006 5:02:00 am A
6/15/2006 5:03:00 am B
6/15/2006 5:04:00 am C
I need to have this outputted to a report that will show a summary as
follows:
(User enters a start and end date/time and the results are given
between the entries)
Part Code Number of Parts
A 2
B 2
C 1
Since the Part code is text, I can't figure out how to total this data
up.
Any help is appreciated.
TIm
Date/Time PartCode
6/15/2006 5:00:00 am A
6/15/2006 5:01:00 am B
6/15/2006 5:02:00 am A
6/15/2006 5:03:00 am B
6/15/2006 5:04:00 am C
I need to have this outputted to a report that will show a summary as
follows:
(User enters a start and end date/time and the results are given
between the entries)
Part Code Number of Parts
A 2
B 2
C 1
Since the Part code is text, I can't figure out how to total this data
up.
Any help is appreciated.
TIm