I need to track orders and shipments from two different data sources, along with other items about the orders.
Basically my thinking here is a main table for the tracking, appending the new orders to it, then mapping the appropriate shipments to it.
Currently I have a query pull the orders based on order number appending to the table, the issue I have is that the same order number can be updated adding more items to the order from the original (never taking away from what is already there).
So if I just pull the order down again it would create duplicates of the items which were already on the order in the table, rather than just adding the new items.
Was thinking the best way around this was simply if Order - item combination already in table to ignore it, then just add what is left.
I am very new to Access and can't think of an efficient way to actual write this.
Any help would be appreciated.
Basically my thinking here is a main table for the tracking, appending the new orders to it, then mapping the appropriate shipments to it.
Currently I have a query pull the orders based on order number appending to the table, the issue I have is that the same order number can be updated adding more items to the order from the original (never taking away from what is already there).
So if I just pull the order down again it would create duplicates of the items which were already on the order in the table, rather than just adding the new items.
Was thinking the best way around this was simply if Order - item combination already in table to ignore it, then just add what is left.
I am very new to Access and can't think of an efficient way to actual write this.
Any help would be appreciated.