Swiftraven
Technical User
Hello,
I accidentally posted this in the Access Forms forum when it really belongs here. I just have to figure out how to delete it from that forum
Here is my problem:
The database I am working on is used to forecast inventory needs for the program I am on. When one of two different data tables has new data imported over the old data, I need to run the calculations on the old data, save the calculated values to an "archive" table along with an autonumber key field, the part number field, and the date updated as a field, then overwrite the old data table with the new data. The user then has the option to look up a part and see the new forecasted inventory needs or look up what the forecasted need was on a specific date last week/month/year.
I am not clear on how to loop through the query results to gather each records data, perform the calculations on that data, then store it in a different table. This should all happen without the user seeing it going on.
Any suggestiong/help is greatly appreciated.
Thanks
Jason
I accidentally posted this in the Access Forms forum when it really belongs here. I just have to figure out how to delete it from that forum
Here is my problem:
The database I am working on is used to forecast inventory needs for the program I am on. When one of two different data tables has new data imported over the old data, I need to run the calculations on the old data, save the calculated values to an "archive" table along with an autonumber key field, the part number field, and the date updated as a field, then overwrite the old data table with the new data. The user then has the option to look up a part and see the new forecasted inventory needs or look up what the forecasted need was on a specific date last week/month/year.
I am not clear on how to loop through the query results to gather each records data, perform the calculations on that data, then store it in a different table. This should all happen without the user seeing it going on.
Any suggestiong/help is greatly appreciated.
Thanks
Jason