This will probably sound very elementry to the experts - I have been away from Access for a while and it may be a very simple fix.
I have a small DB for a birthday/Anniversarys. I have tables for the record, including, name, address, birth date (month & day), anniversary date if required. Also a year table for birth day, and a year table for the anniversarys. The form I created has combo boxes for the DAY, MONTH for the birthday. And combo boxes for each of the birthday YEAR and the anniversary YEAR. When you input data in the combo boxes it populates the field correctly on the form. When I look at the record table, in each of the year fields showes the key number, and not the year as is shown in the form combo box.
When I run a query it also showes the key number from the table and not the value of the year. What did do wrong? I have set the relationships from the record table to each of the other tables (3) and type 2.
I'm using Access 2010 if it makes a difference.