Hello,
I'm not sure if this is a question specifcally for the tables board or for reports. But here is my question:
I run statistics that are based on many queries and I need to store the results of the queries on a weekly basis according to the date the queries are ran.
Is it best to store the results by using an append query that will ad to a table that was originally created with a make table, based on the query being ran weekly?
Or should I run weekly reports based on the queries and save those reports?
The stats ran are always the same, using the same queries. They are ran weekly for each employee and need to be stored in each employee's file by the date the stats are ran.
My purpose is to have an ongoing performance analysis, where I can track the employee's performance over time and generate a monthly analysis.
Can someone please tell what would be the best way to accomplish this?
Thanks for your help ...
I'm not sure if this is a question specifcally for the tables board or for reports. But here is my question:
I run statistics that are based on many queries and I need to store the results of the queries on a weekly basis according to the date the queries are ran.
Is it best to store the results by using an append query that will ad to a table that was originally created with a make table, based on the query being ran weekly?
Or should I run weekly reports based on the queries and save those reports?
The stats ran are always the same, using the same queries. They are ran weekly for each employee and need to be stored in each employee's file by the date the stats are ran.
My purpose is to have an ongoing performance analysis, where I can track the employee's performance over time and generate a monthly analysis.
Can someone please tell what would be the best way to accomplish this?
Thanks for your help ...