
Originally Posted by
Rod
There is SQL syntax to restrict the number of records in a query's result set to a certain number of records. This satisfies your requirement for the first tranche but what to do for the remaining tranches? The only way I can think is to have an attribute on your original tables that contains something like an email run number. You can then update those who have been extracted with the latest run number and exclude them from subsequent retrievals.
Alternately why not make your query a Make Table query? Then it is easy to extract the first n records, the second n records, und so weiter.