Hello,
I need to create a query that will group by a column named defect_no in my table.
My issue is that this field is dynamic and can have up to 15 different values at any given time; and I need to be able to export a list of records by the corresponding defect_no into individual XLS files based on the defect_no field. Some days there may only be 3 different values for the defect_no column and others there may be all 15.
Thoughts?
TIA and please let me know if more clarification is needed.....it's been a long day!