I have 4 field
ID, Supplier, Qty, Item
I want to output the data to a text file ( comma or Tab seperated)
I want the output to keep the same Id numbers together
with linefeed between each group
eg.
1 blackwood 3 drill bits
1 blackwood 5 spanners
1 blackwood 20 pins
2 universal 10 bolts
2 universal 10 washers
3 evans safety 4 safety glasses
3 evans safety 12 gloves
the linefeed is needed by MYOB when the data is imported to distinguish between records if there is no line feed MYOB would import the data as 1 record instead of 3 records.
Thanks in Advance
ID, Supplier, Qty, Item
I want to output the data to a text file ( comma or Tab seperated)
I want the output to keep the same Id numbers together
with linefeed between each group
eg.
1 blackwood 3 drill bits
1 blackwood 5 spanners
1 blackwood 20 pins
2 universal 10 bolts
2 universal 10 washers
3 evans safety 4 safety glasses
3 evans safety 12 gloves
the linefeed is needed by MYOB when the data is imported to distinguish between records if there is no line feed MYOB would import the data as 1 record instead of 3 records.
Thanks in Advance