Hi
I am trying to get the following scenario to work
I have a database containing 3 tables
Billing
Customers
Components
Each table is related I have a one to many relationship existing between Components and Billing and I use a lookup in my billing table to extract the field component ID and this works fine, however I would like it to also extract another field from the component table e.g. Price. So when I choose the component ID it will automatically import the Price associated with that component. See attached screenshot
I am trying to get the following scenario to work
I have a database containing 3 tables
Billing
Customers
Components
Each table is related I have a one to many relationship existing between Components and Billing and I use a lookup in my billing table to extract the field component ID and this works fine, however I would like it to also extract another field from the component table e.g. Price. So when I choose the component ID it will automatically import the Price associated with that component. See attached screenshot