quote, quotedetails and multiple buildings

C

Chris

We are creating a database to handle quotes that are sent out to customer
Projects for work done on buildings which make up part of the Project.

The tables are;

Project, Building, Quote, QuoteDetails, Products

Project to Building is one to many, based on ProjectID
Project to Quote is one to many, based on ProjectID
Quote to QuoteDetails is one to many, based on QuoteID
QuoteDetails to Products is one to many, based on ProductID

On a Projects form we have created a Quotes tab which shows a listing of
each quote for the project. These can then be opened to show the details of
the quote with a further listing of the products selected.

The problem we have is ths works fine for one quote for one building on the
project but doesn't take into account quotes for multiple buildings.
Believe we need to restructure our tables and relationships to make this
work but not too clear where.

Hope this is fairly clear
Thanks
chris
 
B

Bish

You schema (database design) appears OK and the problem
most likely lies in your form(s).

Send me a copy of the app if possible and I will take a
quick look and hopefully provide some feedback.

Bish...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top