Openning form

  • Thread starter Thread starter DDPEN
  • Start date Start date
D

DDPEN

I have a form that contains a drop down list. I would like
a subform to open when a particular value is selected from
the drop down list. Otherwise I would like the subform to
remain closed. The subform contains 4 fields which are
specific to the drop down value. Help is appreciated. dp
 
In the AfterUpdate event of the combo box, check for the criteria you
are looking for and open the subform using DoCmd.OpenForm method.
Pavel
 

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

Back
Top