Selection List

B

Brendan Mather

I have a table of contacts. One of the fields is Sector (which is a two
letter code). When a user is inputting a contact I would like the sector
field to be a drop down list that contains previously created sector codes
that are in another table that only contains sector code and sector
description. I am unsure how to go about this?

Thanks,
Brendan
 
L

Les

Brendan,
You should be able to accomplish this by creating a
combo box. There is a combo box wizard that will walk you
through the process.
 
Top