G
Greg K.
Not quite sure how to explain this.
I have orders in a table that can get shipped from a multitude of warehouses
(13 potential to be exact) spanning many records. Out of these, there are 4
control centres, meaning that certain warehouse numbers belong to certain
centres. The warehouse # is in a field in the order details table.
When a change is made to the order (whether to the entire order in the case
of a ship date change for example, or to selected lines to change a
quantity), I want to be able to scan through the order to determine which
centres are affected and email to the appropriate centres. I do not want to
select just the records for selected warehouses.
Basically it would be the same as saying that for selected order #s, if
field "column" WAREHOUSE contains 61, 73, or 74 then email to Centre A, if
it contains 66 or 76 then email to Centre B, etc .....
Any help you can provide would be greatly appreciated. I've been racking my
brain for hours on end.
Greg K
I have orders in a table that can get shipped from a multitude of warehouses
(13 potential to be exact) spanning many records. Out of these, there are 4
control centres, meaning that certain warehouse numbers belong to certain
centres. The warehouse # is in a field in the order details table.
When a change is made to the order (whether to the entire order in the case
of a ship date change for example, or to selected lines to change a
quantity), I want to be able to scan through the order to determine which
centres are affected and email to the appropriate centres. I do not want to
select just the records for selected warehouses.
Basically it would be the same as saying that for selected order #s, if
field "column" WAREHOUSE contains 61, 73, or 74 then email to Centre A, if
it contains 66 or 76 then email to Centre B, etc .....
Any help you can provide would be greatly appreciated. I've been racking my
brain for hours on end.
Greg K