A
angie
i have two tables as follows:
orders table, fields: order number, quantity ordered, shipment code.
invoices table, fields: order number, quantity received.
most of the times our supplier does not ship all the quantities ordered. so
this means that backorder items should be updated with a new shipment code. i
cannot figure out the best way to do this because i have multiple entries of
items with the same order number in both tables.
i was thinking of creating a series of queries that would add records with
negative quantities in the orders table with the initial shipment code and
add positive quantities in the same table with a new shipment code.
can anyone make a suggestion? i have been doing all the updates manually
and it is really time consuming!!!
orders table, fields: order number, quantity ordered, shipment code.
invoices table, fields: order number, quantity received.
most of the times our supplier does not ship all the quantities ordered. so
this means that backorder items should be updated with a new shipment code. i
cannot figure out the best way to do this because i have multiple entries of
items with the same order number in both tables.
i was thinking of creating a series of queries that would add records with
negative quantities in the orders table with the initial shipment code and
add positive quantities in the same table with a new shipment code.
can anyone make a suggestion? i have been doing all the updates manually
and it is really time consuming!!!