I may be reading too much into your description, but it sounds like you are
trying to do this in a table. If so, DON'T! Don't use the "lookup" data
type in your tables (see the tablesdbdesign newsgroup for examples of why
not... and check the mvps.org/access web site for more reasons not to).
Access tables store data, Access forms display it. Use "cascading combo
boxes" (see the mvps.org/access web site for more) in a form.
And for the record, I don't believe it is possible to do that (base one
combo box on another in a table).
The closest synchronize of two combo boxes is the ability to make a selection
in the first combo box that limits the list of available items in the second
combo box. If this is what you want then download the sample forms from the
Microsoft web site if you have not already done so previously.
Good Luck!
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.