T
troubledinaccess
I have three tables for inventory control, one that is basically
description table and lists what we use, a second related table that tells
stock quantity, and a third related table that shows ordering and receiving.
I am trying to create a form that will overwrite information in the 2nd and
3rd tables as the stock amounts and ordering fluctuates, where my problem
lies is trying to get a fourth table for archiving of all ordering done in
order to compile a report for orders over a given period of time. the columns
needed in the archive table are po#, ordered amount, received amount,
received date, and order cost. I have managed to make exppressions that will
auto calculate stock quantity as orders are made and received, but cannot
figure out how to get the fourth table to populate. I would prefer to be
able to accomplish this from the same form if its possible
description table and lists what we use, a second related table that tells
stock quantity, and a third related table that shows ordering and receiving.
I am trying to create a form that will overwrite information in the 2nd and
3rd tables as the stock amounts and ordering fluctuates, where my problem
lies is trying to get a fourth table for archiving of all ordering done in
order to compile a report for orders over a given period of time. the columns
needed in the archive table are po#, ordered amount, received amount,
received date, and order cost. I have managed to make exppressions that will
auto calculate stock quantity as orders are made and received, but cannot
figure out how to get the fourth table to populate. I would prefer to be
able to accomplish this from the same form if its possible