I have a query that I need to export/create multiple text files based on the grouping of one field in the query.
For example I would need to create two texts from the following data (all info for ABC in one file and all info for CDE in another)
ABC DESC1
ABC DESC2
CDE DESC1
CDE DESC2
Is there a quick way to do this?