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
 
Back
Top