Downloading DB Daily |
2/18/2004 6:00:44 AM |
ASPRunnerPro General questions | |
author
Is there a better way to do what I have been doing? I have an extensive website that employees go to to turn in the data they have gathered thoughout the day. I download the database from the internet daily so I can run the custom reports that are generated in Access. There can be a few as 30 reports that need to be run or as many as 200 and these are really divided in 10 main reports. I have looked at 4GuysFromRolly seeing if I could automate this process but that is complicated. I would like to have an Admin. page that allows me to state the dates I would like to run the report - which do have their own queries and have the report download automaticly when the button is clicked. I currently do have the reports exported to Word from Access and automated the email to the proper Account Manager's. Is it that I need to make a Word Template, select the query's criteria, create a temp table to hold that data, automate the export from Word to Access with a batch file of some sort, and just have it execute when clicked? I know there has to be a process that Amazon.com and the like use for orders versus doing what I am doing. |
|
![]() |
Sergey Kornilov admin 2/18/2004 |
Hi, |
|
501009 2/19/2004 |
You are correct. Any suggestions on how to go about it? |
![]() |
Sergey Kornilov admin 2/19/2004 |
Well, here is what I would do for this purpose:
|