I currently have a qeury that calculates a value, this value can be anywhere from 0 - 3000, I then need to use this value and lookup in a range in a table. This table has three columns, (Min, Max, Setpoint)
I currently use
DLookup("Setpoint", "TableNamee", "Max > Calculatedvalue"))
I use...