C
Clare
I have a database with 3 tables -
CustomerID
Name...
Product ID
Product
Price...
QuotationID
CustomerID
ProductID
I want to be able to pick a number of items from the product list and the
price is then dynamically filled in so that I can then print off a quotation
letter. I currently have a lookup field which shows the product and price.
How do I design the quotation table so I can choose the product in one field
and it then fills in the price in another field in the quotation table so
that I can show the prices and the total cost on the quotation letter. Also
I can only have one ProductID field so does this mean I need a junction table
between product and quotation?
Thanks,
CustomerID
Name...
Product ID
Product
Price...
QuotationID
CustomerID
ProductID
I want to be able to pick a number of items from the product list and the
price is then dynamically filled in so that I can then print off a quotation
letter. I currently have a lookup field which shows the product and price.
How do I design the quotation table so I can choose the product in one field
and it then fills in the price in another field in the quotation table so
that I can show the prices and the total cost on the quotation letter. Also
I can only have one ProductID field so does this mean I need a junction table
between product and quotation?
Thanks,