Good afternoon all,
I have two tables, the first is 4 colums:
Type
Width
Projection
Cost
This is effectively a row for every possible type, width and projection combination and how much it would cost.
My second table is for the entire order with costs, customer details and all calculations. What I am trying to do is have the cost brought through from the first table based on the type, width and projection entered into the second table. I know I can do this at form level but I want it to do this at table level. Is this possible?
I have two tables, the first is 4 colums:
Type
Width
Projection
Cost
This is effectively a row for every possible type, width and projection combination and how much it would cost.
My second table is for the entire order with costs, customer details and all calculations. What I am trying to do is have the cost brought through from the first table based on the type, width and projection entered into the second table. I know I can do this at form level but I want it to do this at table level. Is this possible?