I have a table with many fields ( 10 fields out of which 6 are for specific product issues). Each of those 6 has a number enter in it via a form.I've created a report and dont need to display these 6 fields. Instead i would like to display the maximum number entered in the fields in a group of records ( as i would sum records based on the persons name and date). I need to display only
eg..
Name vial , stopper , seals , codes , other
Joe 2 5 7 3 5
I would like to display "Seals" in the report as it is the highest number when all of Joe's records are summed.
How would i do that? Please Help ..
eg..
Name vial , stopper , seals , codes , other
Joe 2 5 7 3 5
I would like to display "Seals" in the report as it is the highest number when all of Joe's records are summed.
How would i do that? Please Help ..