Howdy. I am new to this so need some help figuring out how to export a table via command button into a fixed width text file. It will need a header inserted as the first line.
The table has five fields, "record_type", "claim_number", "lname", "fname", "birthday", and "gender".
The header file needs to contain "1", "HSOUEY", a space, "DJDHWEI", a space; and also a "batchnum" and "transactioncount" that willchange each time.
The file name will need to spit out as FilenameDateTimeBatchnum.txt
I have tried every effin way I can think of or find online to do this. Can anyone point me in some direction that makes sense? This is the last thing on this project and I want to finish it.
Thanks!
Alice
The table has five fields, "record_type", "claim_number", "lname", "fname", "birthday", and "gender".
The header file needs to contain "1", "HSOUEY", a space, "DJDHWEI", a space; and also a "batchnum" and "transactioncount" that willchange each time.
The file name will need to spit out as FilenameDateTimeBatchnum.txt
I have tried every effin way I can think of or find online to do this. Can anyone point me in some direction that makes sense? This is the last thing on this project and I want to finish it.
Thanks!
Alice