C
Capronzz
Table relationships require 'exact' matches. I need a table lookup that
creates a 'match' when the 'key' in the table to be updated corresponds to a
range value(s) in the lookup table. The 'Between' idea would work. The
traditional way is to sort both files accending and transfer data to the
inquiry file if its key is equal or lower than the lookup file / table. I
have a table defining several hundred group names and IDs. and transactions
with thousands of different values (think money)to be assigned to said
groups.
creates a 'match' when the 'key' in the table to be updated corresponds to a
range value(s) in the lookup table. The 'Between' idea would work. The
traditional way is to sort both files accending and transfer data to the
inquiry file if its key is equal or lower than the lookup file / table. I
have a table defining several hundred group names and IDs. and transactions
with thousands of different values (think money)to be assigned to said
groups.