Is it possible to define a lookup field that stores a value other than the primary key of the lookup table? The lookup wizard allows me to pick the field I want to store in the database but no matter which field I pick the value stored in the table is always the primary key of the lookup table.
The lookup table in this case has two columns; Location and Description. Location is the primary key. Description has a unique index and is the field I want to store in the table. Thanks.