Combo box lookups

S

Stan

I have a form with two combo lookup boxes. One box selects
from a list of 95 different properties and the Second box
selects from 1200 different tenants.

What I would like to happen is when the user selects the
property in the first combo lookup box, they then use the
second combo lookup box to select the tenants that are
listed for that property only. I have setup the two combo
boxes using a query, but when I use the second box it
pulls all tenants in the tenant table.

I have two tables
table 1 list all property info
table 2 has all tenant info

The linking field is the project description which is
posted in both tables.

I cuurently have a query that uses both table to the
project description and tenant names. I have also tried
using the indivual tables as the source table without
success.

As I see it, my problem is that once I get the property I
have no way to link to the selected project in the form.
 

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

Similar Threads

Weekly Report 2
Combo or list box 0
Combo box 0
Combo or list box 0
Controlling fields in continous subforms (hunting for ideas) 1
Combo Box 2
Duplicates in subforms 3
Treating multiple paragraphs as one 2

Top