Hello All,
I have a Form where one selects a range of dates to pull information from a table. I need to display a score for each day in the range selected. The score is calculated by dividing the total nonconformant by the total inspected.
So I have a query (based on period selected) that fills a listbox with Julian date, Actual Date, Quantity Inspected, and Quantity Nonconformant from the table. From this list box I need to group all the info for one julian day and determine the score from it, repeating until the entire date range has been covered and all information displayed. I am completely stumped as to how to move from here...
Thank you for all of your help and if this doesnt make sense I can go into more detail,
Reid