I want to create a system to take a Customer Order and Divide it up amongst the Vender in which they order their product from.
The only issue I am having is having to input my data twice. How can I have a Formula READ the Product Number and DISPLAY the Product Name in the appropriate order form for the Venders.
Customer Order Form
ABC-123 Product 1
DEF-456 Product 2
GHI-789 Product 3
Venders Order Forms
Vender ABC
Product 1
----------------
Vender DEF
Product 2
----------------
Vender GHI
Product 3
There are more chances than not that each vender will have more than one product being ordered through them.
My Objective is to Input the Info once and Display in the proper format that I need it. But if I have to input the info per vender I would like to than condense into a separate order form to the customer.
Any help would be greatly appreciated
The only issue I am having is having to input my data twice. How can I have a Formula READ the Product Number and DISPLAY the Product Name in the appropriate order form for the Venders.
Customer Order Form
ABC-123 Product 1
DEF-456 Product 2
GHI-789 Product 3
Venders Order Forms
Vender ABC
Product 1
----------------
Vender DEF
Product 2
----------------
Vender GHI
Product 3
There are more chances than not that each vender will have more than one product being ordered through them.
My Objective is to Input the Info once and Display in the proper format that I need it. But if I have to input the info per vender I would like to than condense into a separate order form to the customer.
Any help would be greatly appreciated