CharlesWhiteman
Registered User.
- Local time
- Today, 09:50
- Joined
- Feb 26, 2007
- Messages
- 421
I'm creating a utility which looks at a windows folder structure and contained documents which will be used to import the documents into a document management system using a csv file to pick up references and the respective location of each document.
All of that I can successfully do.
What I'm wondering about is that I want to limit the number of imports preferring to split into multiple batches.
I currently have a command button which triggers the creation of a csv file based on an export specification attached to a query.
What would be the best way to get the app to create a xsv file for say every 1000 rows of data?
Any pointed much appriciated.
All of that I can successfully do.
What I'm wondering about is that I want to limit the number of imports preferring to split into multiple batches.
I currently have a command button which triggers the creation of a csv file based on an export specification attached to a query.
What would be the best way to get the app to create a xsv file for say every 1000 rows of data?
Any pointed much appriciated.