LOAD LOOKUP Statement |
The LOAD LOOKUP statement loads a lookup that has previously been saved using the SAVE LOOKUP statement.
Tip |
---|
For information about the lookup table, see the lookup function |
LOAD LOOKUP ident FROM filename;
ident | The identifier for this lookup table |
filename | The path to the file that the lookup should be retrieved from |
This simple example loads a lookup on post (ZIP) codes by city, which has been previously created and saved.
LOAD LOOKUP cityFromPostcode FROM "Lookups\CityFromPostcode.db";