In the database I am working on in a college course for a project with we have many tables like Employees,Products, Sales, and Sale Line Item. One of the requirements was to create a form that had the Sale information(which I did lookups to other table fields to allow them to populate the Employee and Customer ID fields for the Sale table fields of the same nature) and the Line Item info(which was a subform). On the sub form I created a lookup to the Product ID field to populate its Item Product ID. There is also a field on there for Item Unit Price. What I would like it to do is when I select the Product ID from the lookup to autopopulate the field for Item Unit Price referecing the Product Unit Price. Is there a way to do that?