sawilliams
Technical User
I have a subform that details phone numbers. I want to detail "phone_type", "phone_number" and "phone_note". The "phone_type" field on my tblPhones looks at a reference table tlkpPhoneType to get the type of phone (Home, Business, etc.) When I do the Lookup wizard in the table, both the "phone_type" and the "phone_type_id" (autonumber) get pulled. I hide the key at that point, as recommended by the wizard. At the table level all is fine. My problem is my form. When I add the field "phone_type" to the form and run it, I get the "phone_type_id" reporting. So instead of "Home" I get a number like "1".
Help would be appreciated.
Help would be appreciated.