I want to export a table called “orders” to a txt file. However each record has to be divided into 3 lines, in each line a few fields have to be put. The text file is used as import file for an ordering system that needs for each order 3 lines, likeheader-line,detail-line and closing-line. Please help me