G
Gina Whipp
Hi All,
Scenario:
tblStandardPricing - Just what it says
tblCustomerPricing - Customers that pay another rate
tblOrderDetail - Sometimes another price comes into pay because the Order is
special (presently there is no way to enter this price YET. This is the
basis of my issue.)
If a Customer has a special price I get it from tblCustomerPricing, if not
the pay tblStandardPricing. but NOW the boss wants to be able to add
pricing based on a particular Order. My question is where do I store this?
I am only storing the tolling rate however, it needs to be stored and I
hesitate to put it in the tblCustomerPricing because it is a one time price.
The next Order or the next line item could revert to tblStandardPricing or
tblCustomerPricing. Or am I thinking of this all wrong? Ideally, I would
prefer not to have to hunt three tables for 1 price and a union query I'm
thinking is not a good choice. Any ideas?
Thanks,
Gina
Scenario:
tblStandardPricing - Just what it says
tblCustomerPricing - Customers that pay another rate
tblOrderDetail - Sometimes another price comes into pay because the Order is
special (presently there is no way to enter this price YET. This is the
basis of my issue.)
If a Customer has a special price I get it from tblCustomerPricing, if not
the pay tblStandardPricing. but NOW the boss wants to be able to add
pricing based on a particular Order. My question is where do I store this?
I am only storing the tolling rate however, it needs to be stored and I
hesitate to put it in the tblCustomerPricing because it is a one time price.
The next Order or the next line item could revert to tblStandardPricing or
tblCustomerPricing. Or am I thinking of this all wrong? Ideally, I would
prefer not to have to hunt three tables for 1 price and a union query I'm
thinking is not a good choice. Any ideas?
Thanks,
Gina