R
Rhonda Fischer
Hello,
I would like to open a Master form, however I want
to apply the filtername to the Subform of this Master
Form:
------------------------------------------------------
This does NOT work because the MasterForm is a simply a
background with a few command buttons and is not based
on a Table or query:
DoCmd.OpenForm "frmPersonnelView", , "qryLookUpSurname"
-------------------------------------------------------
This does work however I wanted to open up the Master
Form with background graphics and cmd btns with the
subform displaying the correct details?
DoCmd.OpenForm "frmPersonnelViewSub", , "qryLookUpSurname"
I would like to open a Master form, however I want
to apply the filtername to the Subform of this Master
Form:
------------------------------------------------------
This does NOT work because the MasterForm is a simply a
background with a few command buttons and is not based
on a Table or query:
DoCmd.OpenForm "frmPersonnelView", , "qryLookUpSurname"
-------------------------------------------------------
This does work however I wanted to open up the Master
Form with background graphics and cmd btns with the
subform displaying the correct details?
DoCmd.OpenForm "frmPersonnelViewSub", , "qryLookUpSurname"