Hey Guys,
Sorry if this is a simple question, but I am very much a SP newbie!
I have two list;
1. Pricelist
-- Product (Text)
-- Price (Currency)
2. Orders
-- Customer (Text)
-- Product (Choice)
-- Price (Currency)
When someone creates a new order and selects the product, I would like to lookup the price in my pricelist and automatically populate the value.
Any tips on how to do this?