J
John
I have created a database that as a final result gives me
a table of data (tblPRI_Match) as below:-
PRI Min Max
62 0 3
63 0 4
64 0 3
67 0 3
69 0 4
70 0 5
71 1 3
....
The field of interest is the PRI field and as you can see
this has some entries that run consecutively i.e 62-64,
67, 69-71 etc... What I need to be able to do is give a
result on either a Report or as a straight output to
printer, that gives the group of PRI's (e.g. 62-64 etc)
and then checks the Min and Max fields for that group and
only outputs the min and max values of the Min and Max's
for that group of PRI's (if that makes sense!)
Any Help would be much appreciated
a table of data (tblPRI_Match) as below:-
PRI Min Max
62 0 3
63 0 4
64 0 3
67 0 3
69 0 4
70 0 5
71 1 3
....
The field of interest is the PRI field and as you can see
this has some entries that run consecutively i.e 62-64,
67, 69-71 etc... What I need to be able to do is give a
result on either a Report or as a straight output to
printer, that gives the group of PRI's (e.g. 62-64 etc)
and then checks the Min and Max fields for that group and
only outputs the min and max values of the Min and Max's
for that group of PRI's (if that makes sense!)
Any Help would be much appreciated