lotharious
MIS
I have 3 Tables
2 are Criteria Tables 1 is Detail Information.
I have a report that uses these tables and generates the rest of the information I need by using a query and report functions. However I need to generate a record for each of the matching criteria -> detail in a new table that will never change. This function would be ran on a weekly basis.
I See 3 ways to do this
First, Generate the data when generating the report.
This does not fit the requirements that I need for this information as these will end up being a validation process in the report where if the detail data, and the sum data do not match something has changed, which is a possibility.
Second, Make a form to generate the table records which can be manually or automatically ran.
Third Make a macro / query to do the same.
After a great deal of searching through these forums I have gotten a fwe ideas but not an answer on how to go about doing this. Since ive only been working with Access a week a lot of the things are still quite foriegn to me. I have yet to adventure into the VBA aspect yet, though I feel as if I should load up VC++ and find the API to do all that I need but that all will come later, maybe.
So, with that said, how do I go about doing this. I have not figured out how to generate the table records automatically. Nor do I know the best approach for this.
2 are Criteria Tables 1 is Detail Information.
I have a report that uses these tables and generates the rest of the information I need by using a query and report functions. However I need to generate a record for each of the matching criteria -> detail in a new table that will never change. This function would be ran on a weekly basis.
I See 3 ways to do this
First, Generate the data when generating the report.
This does not fit the requirements that I need for this information as these will end up being a validation process in the report where if the detail data, and the sum data do not match something has changed, which is a possibility.
Second, Make a form to generate the table records which can be manually or automatically ran.
Third Make a macro / query to do the same.
After a great deal of searching through these forums I have gotten a fwe ideas but not an answer on how to go about doing this. Since ive only been working with Access a week a lot of the things are still quite foriegn to me. I have yet to adventure into the VBA aspect yet, though I feel as if I should load up VC++ and find the API to do all that I need but that all will come later, maybe.
So, with that said, how do I go about doing this. I have not figured out how to generate the table records automatically. Nor do I know the best approach for this.