Hi,
Not sure if this is the right place to post this query so apologies in advance.
I have two columns in an access table.
Example for 2 records:
Field 1 - Retail
Field 2 - Sat
Field 1 - Direct
Field 2 - Sun
Can someone tell me how you output this as a sequential file? So the text file reads Retail#SatDire ct#Sun ...so that a hash is inserted after field 1 and a carriage return is entered after field 2.
Any help would be appreciated.
Not sure if this is the right place to post this query so apologies in advance.
I have two columns in an access table.
Example for 2 records:
Field 1 - Retail
Field 2 - Sat
Field 1 - Direct
Field 2 - Sun
Can someone tell me how you output this as a sequential file? So the text file reads Retail#SatDire ct#Sun ...so that a hash is inserted after field 1 and a carriage return is entered after field 2.
Any help would be appreciated.
Comment