Hello,
I need to create a form (based on a query) so that the user can select certain records and then those records are exported as a CSV file. The CSV must start with a number that represents the number of records in the file, followed by 10 blank lines, then the actual records. And, a blank line after every 8 records. Pretty weird, huh?
I was planning on using a continuous form so that the user can just select the records by a clicking in a check box (unbound?) , then clicking a button to run the code to create the export fle.
I figured out the TransferText method, but would appreciate any help with the code needed to solve this problem.
Thanks in advance,
Tom
I need to create a form (based on a query) so that the user can select certain records and then those records are exported as a CSV file. The CSV must start with a number that represents the number of records in the file, followed by 10 blank lines, then the actual records. And, a blank line after every 8 records. Pretty weird, huh?
I was planning on using a continuous form so that the user can just select the records by a clicking in a check box (unbound?) , then clicking a button to run the code to create the export fle.
I figured out the TransferText method, but would appreciate any help with the code needed to solve this problem.
Thanks in advance,
Tom