AidanCambel
Technical User
Forgive me, but I have a questino that is probably so simple - but I can't seem to figure it out. I am going to go into as much detail as possible.
I have recently been handed the task of generating reports from the backend of our software systems using Access2000. Before, all reports were done from the front end and dumping into Excel. We have one Excel report that is very complex and has a lot of information contained in its many worksheets. We have 16 software products that we sell and service, and each one is tracked independantly. this report tells the "open order" status for each product.
Now, since each one is tracked seperately, there is basically a seperate sheet for each product, a totals sheet, a "buffer" sheet, and a divider sheet. What they have done in the past is to take the data into excel, sort my product code, and copy into the "buffer" sheet. Then on the "divider" sheet, it breaks into a certain number of rows per product, and each product is then c&p into its respective area on the divider sheet, which then dumps it into respective worksheets. (There is a TON of info per row, all very important)
ANYWAY.. I have developed a query from the back end that makes it about 10 times faster to get the data intothe "buffer" portion, but if I could design the query differently I could take it straight into the divider sheet.
*** Finally, the question - IS there a way to say --"ok, the first 200 rows I want only to be product ABC, 201-300 product DEF, 301-400 is product GHI",etc.?
If I can do this, then I can make the whole sheet work in access. If it throws blank rows in, thats fine. Just as long as it clearly defines the range for each product, and does not allow the products to "bleed over".
thanks.
I have recently been handed the task of generating reports from the backend of our software systems using Access2000. Before, all reports were done from the front end and dumping into Excel. We have one Excel report that is very complex and has a lot of information contained in its many worksheets. We have 16 software products that we sell and service, and each one is tracked independantly. this report tells the "open order" status for each product.
Now, since each one is tracked seperately, there is basically a seperate sheet for each product, a totals sheet, a "buffer" sheet, and a divider sheet. What they have done in the past is to take the data into excel, sort my product code, and copy into the "buffer" sheet. Then on the "divider" sheet, it breaks into a certain number of rows per product, and each product is then c&p into its respective area on the divider sheet, which then dumps it into respective worksheets. (There is a TON of info per row, all very important)
ANYWAY.. I have developed a query from the back end that makes it about 10 times faster to get the data intothe "buffer" portion, but if I could design the query differently I could take it straight into the divider sheet.
*** Finally, the question - IS there a way to say --"ok, the first 200 rows I want only to be product ABC, 201-300 product DEF, 301-400 is product GHI",etc.?
If I can do this, then I can make the whole sheet work in access. If it throws blank rows in, thats fine. Just as long as it clearly defines the range for each product, and does not allow the products to "bleed over".
thanks.