Price Lists

  • Thread starter Thread starter Nick Bradbury
  • Start date Start date
N

Nick Bradbury

Hi

I have a database that I use to raise Lab Orders record results and print
off invoices when tests are completed. Until now prices have been per test
and standard for all customers so I included the cost in the tblTest and
this has been OK, however we are about to introduce a larger product range
and want to create a price list on a per customer basis. Do I need to create
a separate tblPriceList with a record for each test for each customer (a lot
of work) or is there a more elegant solution (less work).

Any ideas greatly appreciated.

Many thanks

Nick
 
Nick said:
Hi

I have a database that I use to raise Lab Orders record results and
print off invoices when tests are completed. Until now prices have
been per test and standard for all customers so I included the cost
in the tblTest and this has been OK, however we are about to
introduce a larger product range and want to create a price list on a
per customer basis. Do I need to create a separate tblPriceList with
a record for each test for each customer (a lot of work) or is there
a more elegant solution (less work).

I would guess there are going to be a few standard price list and each
customer will be assigned to one of those price schedules. That would only
require a single reference in each customer's record to reference the price
list.

Note: you need to consider what happens when the prices change and when
a customer changes from one price schedule to another. How will that change
old current and new records?
 

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

Back
Top