field drop down dependent on another field

  • Thread starter Thread starter JNW
  • Start date Start date
J

JNW

I have a table that has the user select a Division from a drop-down (items
are done through lookup to a Divisions table).

I would like the next field to let the User choose a subdivision that is
relevant to the Division that was chosen.

How do I do this? I have already created a subdivision table that has a
key, the subdivision names and a field for the division that relates to each
subdivision.

Thanks
 
I do not know if it can be done in tablesb but you will find many post that
say not to use lookups in a table. You should do the lookups in a form that
has the table as source.
Then you would want to search on 'Cascading Combos.'
 
Thanks. I'll look into that.

KARL DEWEY said:
I do not know if it can be done in tablesb but you will find many post that
say not to use lookups in a table. You should do the lookups in a form that
has the table as source.
Then you would want to search on 'Cascading Combos.'
 

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

Repeat Data 1
Problem with SUM Query 5
Double relationship lookups 2
redundant information 1
Cell dependent on value of other cell 2
Football Fixtures 5
Designing new database 2
Stripping text to a new field 3

Back
Top