Lookup field appears as numerical values instead of text on Access report
问题 I am trying to create a report putting a field called contact which has the name of a person. This name is linked directly to another table where I keep all the contacts. For some strange reason, when I include this name (which in query view displays as the name of the contact), instead of the name appearing, the unique ID number is shown on my report. 回答1: As mentioned in the article cited in the above comment, you can use a Combo Box control on your report to do the lookup for you. To see