Hide record on subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got a form with a combo box used to select a record to display on a
subform. When opening the form, the first record is always displayed on the
subform. I'd like to keep the subform empty until after the user has selected
a record from the combo box.

Suggestions?
 
There are a couple of ways to accomplish this, but I'd hide the subform
control and then set its visible property to true in the afterupdate of the
combo box.
 
Exactly what I needed. Thank you!

Joan Wild said:
There are a couple of ways to accomplish this, but I'd hide the subform
control and then set its visible property to true in the afterupdate of the
combo box.
 
Back
Top