sunnig
Programmer
- May 30, 2012
- 1
I have tried dlookup until I am blue in the face. I have a query that calculates a value "MCBDValue". Based on this value I need to lookup the permit cost in table. For example let's say that MCBDValue = 224,670. I need it to go look at the permit cost table, determine that MCBDValue is between 224,000 and 225,000 and return the permit cost of $738.00. The permit table has a min value and a max value and a given permit cost for the values between those numbers. Help Please!!!