I have been working with Access 2010 and creation of forms.
I have a table1 and related form1.
I have another table2 with values for yes,no and missing (lookupyesnomissing).
I want a particular field in the form1 to show the options "Yes", "No" and "Missing". I also want the same field to be stored as 0,1,or -1 in the table( 0-No, 1-Yes, -1 Missing, --- lookupyesnomissing table values).
I am not able to have different values for same field in 2 places form and table. I either should have both as numbers or both as text.
Please help me out.