I was trying to simplify my question because my other questions weren't getting answered. But real data is this..
A customer is getting a quote. The quote looks like this:

Relationship data = One customer to many Quotes
Then in the subgrid, I have quote product. And Relationship data = One quote to many quote products.
Quote Products looks like this:

Relationship data = One Product to many quote products.
I was trying to make a calculated field "Product total" That would take "list price" (from product table) and multiply it by quantity in quote products.
Then, once that is done. To use a rollup in Quote that will sum all the "Product totals". (Which I believe I can get that part working).
For your questions directly,
1. Product price (real data = list price) is in the product table.
2. Did this explain how its structured or is there another way that suits your preferences? Sorry, still learning how to explain problems!