I have a lookup on a table that calls ProductID, ProductName and ProductCost from tblProducts. The lookup is on the field ProductID on tblBasket and when the item is selected it displays the correct value.
However when the item is selected i need to take the ProductCost value from tblProducts and have it on the field ProductCost on tblBasket.
Im sure ive done this before, but i cant remember how i went about it. Anyone have an idea how i could achieve this?
Thanks.
However when the item is selected i need to take the ProductCost value from tblProducts and have it on the field ProductCost on tblBasket.
Im sure ive done this before, but i cant remember how i went about it. Anyone have an idea how i could achieve this?
Thanks.