Hi and thanks for reading! Hopefully you can help me,
I have a form, namely QuoteForm, where the user enters data resulting in saving a record and printing out the Quote.
The user has the ability to choose multiple products via a subform (QuoteDetails) that has a master/child link with the QuoteForm.
Here goes - In QuoteDetails, the user selects the product name, quantity, list price, discount. What I would like to happen is once the user selects the product, the list price should automatically appear
All products are stored in the Products table with assigned prices. What I am after is once the product is chosen, the ListPrice in the Products table appears on ListPrice in quoteDetails.
There are relationships throughout the form and subform listed below:
Quote -> CustomerID (Customer Table)
Salesperson (Employee Table)
QuoteDetails -> QuoteID (Quote)
ProductID -> ID (Products Table)
ProductName -> ProductName (")
I have looked around but and I see I may have to create a query and create the subform from that? Or is there a way to make the ListPrice display another way?
Thank you in advance![]()