I am in the later stages of my task. I have stripped the crlf's and built a table and have the data in a table the way i want it in access. I want to send it to an excel file with several (7) worksheets depending on the value in the field I have cleansed. So I want to read the table, and map it to the appropriate tab. I can do this if i create a separate query for each of the 7 types with a copyfromRecordset. Not sure of the syntax here.
If my field was named field1...and the tab was "FSB" how could I do this.
If my field was named field1...and the tab was "FSB" how could I do this.