We have an Access Query named z_Union_TextFiles_Trailer with 4 fields. We need to output just one field (field name is DataSet) to a text file and save the text file using the value of the field Grouping. Dataset record count vaires for each group.
Example Grouping field value GroupA has 200 records output all 200 records for field DataSet to text file Save the file name C:\GroupA.txt, then go the next Grouping field value which is GroupB output its 219 records save the file name C:\GroupB.txt and continue the loop until the end of Groupoing Field Values.
How can i do this by calling a procedure?
Thanks
Example Grouping field value GroupA has 200 records output all 200 records for field DataSet to text file Save the file name C:\GroupA.txt, then go the next Grouping field value which is GroupB output its 219 records save the file name C:\GroupB.txt and continue the loop until the end of Groupoing Field Values.
How can i do this by calling a procedure?
Thanks