I
iccsi
I have following data
MyCode MyValue
A 1
B 2
C 3
D 4
E 0
I just wonder if I use Dlookup("[MyCode]","MyTable", "[MyValue] <= "
3)
which record will return A, B or C or unknonw?
Because A, B and C are less or equal 3, does Dlookup return the most
close one "C"?
If I use MyValue < 3 then returns "B" or any one less then 3?
Your information is great appreciated,
MyCode MyValue
A 1
B 2
C 3
D 4
E 0
I just wonder if I use Dlookup("[MyCode]","MyTable", "[MyValue] <= "
3)
which record will return A, B or C or unknonw?
Because A, B and C are less or equal 3, does Dlookup return the most
close one "C"?
If I use MyValue < 3 then returns "B" or any one less then 3?
Your information is great appreciated,