How do I have lookup values be dependent on values from another...

C

CPhilpot

In a vendor table I have a field [Vendor_Name] with a lookup values from a
lookup table for the vendor name. I also have a field [Vendor_Category]. In
Vendor Category, there are subcategories that need lookup values dependent on
the Vendor Name. For example, when selecting Vendor Name ABC Company, that
selection will trigger the Vendor Category field to provide the values that
would only pertain to ABC Company in a dropdown menu. How do I program the
two fields to be dependent on these values?
 
R

Rick B

Do a search for cascading combo boxes. This is asked and answered in the
newsgroups at least once a week. Forms, or FormsCoding might be a better
place to look.

Rick B
 

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