I have a subform that is invisible until I click a button which has the following code :
However, I ALSO want this subform to appear containing just the records that have matching references.
I know how to do this if I am just opening a form, but not in this instance. Sure it's easy, but I can't quite get to it!
The button itself is on a subform as well, so it's a way of showing more details.
The main form is just a way of selectng the location. The first subform lists all the packages then button then displays a further subform that displays the components of the package.
Thanks!
Code:
Forms!FrmPassLocation!FrmVenue.Visible = True
However, I ALSO want this subform to appear containing just the records that have matching references.
I know how to do this if I am just opening a form, but not in this instance. Sure it's easy, but I can't quite get to it!
The button itself is on a subform as well, so it's a way of showing more details.
The main form is just a way of selectng the location. The first subform lists all the packages then button then displays a further subform that displays the components of the package.
Thanks!