Hide record on subform

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?
 
J

Joan Wild

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.
 
G

Guest

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.
 

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

Top