K
Khalil Handal
Hi,
A VB Code is used that has the following line:
Me.Visible = False (Me refers to the forms names frmBirthsearch)
After this line a second form (form2) is opned based on a query that reads
two dates from the frmBirthsearch using the line code:
DoCmd.OpenForm "frmBirthdates", acViewNormal
at this point frmbearthsearh is hidden.
What command shold I add after this in order to close the frmbirthsearch?
A VB Code is used that has the following line:
Me.Visible = False (Me refers to the forms names frmBirthsearch)
After this line a second form (form2) is opned based on a query that reads
two dates from the frmBirthsearch using the line code:
DoCmd.OpenForm "frmBirthdates", acViewNormal
at this point frmbearthsearh is hidden.
What command shold I add after this in order to close the frmbirthsearch?