Accessing a Table Indirectly

Rather than use rows in a table to execute different processing rules, some organizations use complete tables. For example, a fuel distributor might implement different pricing policies using different tables for its various classes of customers. The processing logic is the same for all customers, but the details affecting the final price are stored in different tables for each class of customer. tableBASE provides indirect table access from a row in another table.