I have the following Situation:
The ProductNumber -----Looks up--->ProductName from the ProductsTable and displays it.
This works fine.
I also want to get the price of the selected Product from the Lookup table (products) as the default price.
What is the best way to do this?
I'm thinking since I'm already accessing the lookup table for the ProductName, I should somehow be able to get the price from the linked table into the default price field.
I'm sure this has been asked before but I haven't been able to find it.
Thanks