G
Guest
In my database, I may have up to a million records each month. I'm looking
for some suggestions on how to handle the next step of the process.
The database contains records for about 150 different profit centers. The
end result is I need to have a separate workbook for each profit center and
it will need to contain only the records for that profit center.
I'm currently building a table for each unique profit center ID (because the
number of profit centers can vary each month.
I was thinking of creating a loop to run a select query and send the results
to a separate worksheet in a single workbook. Once all of the sheets have
been created, I was going to create a new workbook for each sheet.
Should I sort the data in the database?
Any suggestions would be greatly appreciated. Thanks again for all of the
help.
for some suggestions on how to handle the next step of the process.
The database contains records for about 150 different profit centers. The
end result is I need to have a separate workbook for each profit center and
it will need to contain only the records for that profit center.
I'm currently building a table for each unique profit center ID (because the
number of profit centers can vary each month.
I was thinking of creating a loop to run a select query and send the results
to a separate worksheet in a single workbook. Once all of the sheets have
been created, I was going to create a new workbook for each sheet.
Should I sort the data in the database?
Any suggestions would be greatly appreciated. Thanks again for all of the
help.