I am trying to export a series of records as individual delimited text files. I thought I could easily do this using a macro and not have to use VB (I'm still a novice at VB). <br><br>I have a query with 4 records that have to be exported as 4 individual text files. My macro opens the query, pastes the individual record into another table, exports the table (that contains only this one record) using TransferText, then deletes this record in the table, selects the query again, copy the next record in the query and paste it into the table to be exported. <br><br>The text file is created but there is nothing in it!<br><br>I've used the default specification and my own specification and get the same results.<br><br>Am I missing something simple?