I am trying to figure out the best way to have access select a price based on a certain perameter. i.e. a sliding scale.
I have a PriceTable with 20 fields which are price points based on a delivery having a certain percentage
Field1: 0 to 5% (input is $0.15)
Field2: 6 to 10% (input is $0.25)
Field3 thru Field19
Field20: 96 to 100% (input is $1.00)
When a delivery comes in I want to have access recognize the % and apply the right price. For example a delivery with 7% should be $0.25 and a delivery with 99% should be $1.00.
I could use the dlookup function but I would have to repeat it 20 times in my querry? Is there an easier way?
Thanks
Steve
I have a PriceTable with 20 fields which are price points based on a delivery having a certain percentage
Field1: 0 to 5% (input is $0.15)
Field2: 6 to 10% (input is $0.25)
Field3 thru Field19
Field20: 96 to 100% (input is $1.00)
When a delivery comes in I want to have access recognize the % and apply the right price. For example a delivery with 7% should be $0.25 and a delivery with 99% should be $1.00.
I could use the dlookup function but I would have to repeat it 20 times in my querry? Is there an easier way?
Thanks
Steve