I have a linked table in ms-access that pulls data from a mysql database. In it is a field titled 'job' that should have three possible values, 'Chairperson', 'Vice-Chair' and NULL. I have a local table I have titled jobs that has two columns, title and value.
title|value
Chairperson|Chairperson
Vice-Chair|Vice-Chair
Member|NULL
It looks like setting a lookup box display control in the design view of the linked table to should provide a solution but I cannot seem to be able to set the rows in the title field as what shows up in the dropdown and the corresponding value in the values table to be what the field is set to. Am I missing something? a translate command or something?