Create a lookup column

In a Microsoft Access project connected to a Microsoft SQL Server 2000 database, you can add a lookup column. A lookup column displays values in another table's column that correspond to the lookup column's value. For example, a CustomerID column in an Orders table that is a foreign key to a Customers table. In this case,  you want to display information about the customer, such as the customer name and address, rather than the number in the CustomerID column.

  1. In the Database window, click Tables under Objects, click the table you want to open, and then click Design on the Database window toolbar.
  2. Select an ID column, such as the foreign key column, and then click the Lookup tab.
  3. Define the lookup column by setting the following properties:
  4. Click Save  to save changes and switch to Datasheet view to verify your results.

Note   You can add more than one lookup column to a table.