how do you make multiple tables from one query?

timf79

Registered User.
Local time
Today, 15:03
Joined
Dec 9, 2010
Messages
23
I want it to group records that have the same division name and make separate tables for each. Only the divisions are going to vary from week to week so i can't build set queries to make each table.
 
What is the point of making addition tables when you can replicate them in queries?
 
Well I need to export the results using a spec. But if you know of a way to automate this with queries, then I'm open to the suggestion. Thanks.
 
I'm exporting to a text file and that the file is then being loaded into dialer software. each field has to be a specific number of characters or the diaer will not import it. But the issue is that i need for the tables (or queries) to automatically build from a constantly changing criteria.
 
The field width can be adjusted by concatenating spaces to the end in a loop until the correct length.

The main issue though is undoubtedly the changing criteria. How are the criteria determined for each batch?
 

Users who are viewing this thread

Back
Top Bottom