M
mattc66 via AccessMonster.com
Hi All,
I am working on a scheduling program. We need to schedule shipments of orders
and pull from stock. The orders would be in a FIFO method or First In First
Out basis. The first order in for an item, if the item is in stock that order
will ship. The thing I am struggling with is orders with multiple items and
the order must ship complete.
Example:
Order#1
OrderDetail
Qty Item
2 Widget1
1 Widget4
Order#2
OrderDetail
Qty Item
1 Widget1
1 Widget4
Inventory Available
Qty Item
1 Widget1
1 Widget4
We don't have enough inventory to fill Order#1, but we can fill Order#2. Even
though order#1 came in first we would fill Order#2 rather then hold up the
order#2. Does anyone know how I could show in a query or multiple query's
this selection?
Stock
I am working on a scheduling program. We need to schedule shipments of orders
and pull from stock. The orders would be in a FIFO method or First In First
Out basis. The first order in for an item, if the item is in stock that order
will ship. The thing I am struggling with is orders with multiple items and
the order must ship complete.
Example:
Order#1
OrderDetail
Qty Item
2 Widget1
1 Widget4
Order#2
OrderDetail
Qty Item
1 Widget1
1 Widget4
Inventory Available
Qty Item
1 Widget1
1 Widget4
We don't have enough inventory to fill Order#1, but we can fill Order#2. Even
though order#1 came in first we would fill Order#2 rather then hold up the
order#2. Does anyone know how I could show in a query or multiple query's
this selection?
Stock