How do I have a form automatically input data in a field from a reference table based on what the user has inputted for other fields?
For example, I have a reference table that displays the company name, the item, and the item price.
My form (based on another table) requires you to input the company name and the item. Based on what the user has inputted in the company and item fields, I want the cost field of this form automatically populated with the correct cost (from the reference table).
I've spent hours trying to figure this out.
For example, I have a reference table that displays the company name, the item, and the item price.
My form (based on another table) requires you to input the company name and the item. Based on what the user has inputted in the company and item fields, I want the cost field of this form automatically populated with the correct cost (from the reference table).
I've spent hours trying to figure this out.