Hey Gliders Guys,
Can someone help me with this little bit?
I have an order form where a customer fills in details and then chooses a product from a dropdown that is sourced from my Price List Table.
How do I get the complete product with all columns including price to pull into the orders table once order is submitted?
Thanks alot for all the help so far. Great Community
Assuming you are writing a Product ID to the order table, you can use it in a Relation column to link to the Price List table and then add Lookup columns to retrieve the values you want from the price table through the relation.
Thanks Jeff I had some figuring out to do there, but I won.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.