Darren DICK
d.dick at uws.edu.au
Thu Mar 4 16:22:43 CST 2004
Ayisha Try something like DoCmd.OpenForm "frmMyLinkedForm " ,acNormal ,,,,acHidden if you open the form from a button or try Me.Visible = false in the OnLoad event of the form in question If you do either of these make sure you have a way to make the form visible again Eg on some other form have a button that runs something like Forms!frmMyLinkedForm.visible = true HTH Darren ----- Original Message ----- From: "Ayisha" <ayishakca at yahoo.ca> To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com> Sent: Thursday, March 04, 2004 4:03 PM Subject: [AccessD] Form In Background > Is there any way that i can hide a linked form in background???? > > Ayisha > -- > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com