Add lookup after the table has been created

F

forest8

Hi there

I have created a table and realized that to ease use of adding data, I want
to add a lookup column.

How do I create a lookup column (either typed in or based on another table)
to a field which has already been populated?

Thank you
 
D

Douglas J. Steele

Don't do it!

You should never be working directly with the tables: you should always use
a form.

On a form, you can easily bind the field to a combo box.

See http://www.mvps.org/access/lookupfields.htm at "The Access Web" for some
of the many reasons why lookup fields in tables are not considered to be a
good thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top