List of Choices

  • Thread starter Terrence H. Fountain
  • Start date
T

Terrence H. Fountain

I have 3 tables --

tblCounty tblCity tblAddress
fldCounty fldCounty fldCounty
fldCity fldCity
fldName
fldAddress ... etc.

tblCounty(fldCounty) creates the LIST BOX for fldCounty in tblCity and
tblAddress

tblCity(fldCity) create the LIST BOX for fldCity in tblAddress

What I want to do is when I enter information into tblAddress after I
enter in the value for fldCounty, I want the values for fldCity to be
only the values which are associated with the value of fldCounty in
tblCity.

I hope that made sense. Any assistance will be greatly appreciated.
 

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