How do I lookup a value from another table and insert in my form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to have Access look at a soils table and based on the soil
type I select in a combo box, go to that table and select the limitations for
urban development specific to that soil type...and then place it in the main
report.
 
Examine the Orders form in the Northwind database example. They lookup the
price based on the product.
 
I want to be able to have Access look at a soils table and based on the soil
type I select in a combo box, go to that table and select the limitations for
urban development specific to that soil type...and then place it in the main
report.

Create a Query joining the Soils table to the table upon which you're
basing the Report, and choose the desired field or fields from the
soils table.

John W. Vinson[MVP]
 

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

Back
Top