T
Troy D. Young
I have a table with about 122,000 records in it. I need to process it with
an application that has a limit of 10,000 lines per text file. So, I need
to somehow set up a procedure to export the data and chop it up into
separate files. In this example I will need for it to produce twelve 10,000
record files and one 2,000 record file. I know that it would be easy for me
to just do it manually, but I need to set up this capability for the client
so they can do it easily without manual interaction. They will be
periodically importing text files of different sizes and I need for them to
be able to click a button and spit out the data in this manner, no matter
how many records it is.
Can anyone give me a clue how I would do this? I assume that it will have
something to do with counting the records. I am hoping this can be done
with some type of query and macros, as I am not much of a coder.
Thanks,
Troy D. Young
an application that has a limit of 10,000 lines per text file. So, I need
to somehow set up a procedure to export the data and chop it up into
separate files. In this example I will need for it to produce twelve 10,000
record files and one 2,000 record file. I know that it would be easy for me
to just do it manually, but I need to set up this capability for the client
so they can do it easily without manual interaction. They will be
periodically importing text files of different sizes and I need for them to
be able to click a button and spit out the data in this manner, no matter
how many records it is.
Can anyone give me a clue how I would do this? I assume that it will have
something to do with counting the records. I am hoping this can be done
with some type of query and macros, as I am not much of a coder.
Thanks,
Troy D. Young