A lookup field can display user’s friendly value that is bound to another value in the source data table or value list. Sometime it happens that the value you need is tracked in another table. Suppose you want to record the customer for an order in the orders table. However all the customer details is tracked in the Customers table. Well you can create a lookup column that displays the customer information in a combo box or list box control. So, when you select the customer in that control, an appropriate value such as the customer’s primary key value is get stored in the Order record.
Wants to now how can you add a lookup control? Don’t worry, here in this tutorial we will discuss about how you can easily add a lookup control to a form in Access 2016.
Here in this tutorial we are assuming an example, as you can see that the form has a country code field. This displays the country code rather than the country name.
If you need to display the country name to the user, you should do this just by adding a lookup control. In this case, you will add a combo box that looks up the country name from the primary table.