How is this a ".queries" post? (this newsgroup supports questions about the
use of the feature in Access called "queries")
If you are asking a "forms" question, then open the form in design view, add
an event procedure to the first combobox's AfterUpdate event, and use
something like the Case statement to determine what was selected. Then
you'd use something like the following to enable combobox2:
Me!Combobox2.Enabled = True
Regards
Jeff Boyce
Microsoft Office/Access MVP
- Show quoted text -