Hi all,
I have two tables: order lines and stock
The Order lines table contains
Customer Code
Product Code
Qty ordered
The Stock table contains
Product Code
Available qty
I need to extract orderlines up to the available qty of stock for each product. Can this be done without resorting to VBA?
Cheers,
Henio
I have two tables: order lines and stock
The Order lines table contains
Customer Code
Product Code
Qty ordered
The Stock table contains
Product Code
Available qty
I need to extract orderlines up to the available qty of stock for each product. Can this be done without resorting to VBA?
Cheers,
Henio