verizonrep
Programmer
I am working on a project where I need to do a Vlookup-type function (true, not false-type) in Access rather than Excel. I have a value in one table that needs to be checked against a list and when it passes one level, it moves to the next one.
Something like this.
Lookup_Table
Level Value
10 1
15 2
20 3
If I put in a different table a value it 5, I need it to be able to reference the table above and return a 1. If it moves to 10.1, it will return a value of 2. Once it passes the 15 level, it moves to 3. This is basically like doing a vlookup in Excel with a "true" range condition.
Can this can be done in a query or a table?
Anyone got an idea???
Something like this.
Lookup_Table
Level Value
10 1
15 2
20 3
If I put in a different table a value it 5, I need it to be able to reference the table above and return a 1. If it moves to 10.1, it will return a value of 2. Once it passes the 15 level, it moves to 3. This is basically like doing a vlookup in Excel with a "true" range condition.
Can this can be done in a query or a table?
Anyone got an idea???