Hi,
I'm having a problem opening forms on my access db. I've tried using the following code DoCmd.OpenForm stDocName, , , stLinkCriteria with a combination of DoCmd.Restore, Forms!frmAdmin.SetFocus etc
The form does open, but it remains hidden behind another application. I have to pres alt & tab or click on the database from the start bar to bring it to the front. I want to open them after the close event of a previous report / form.
Any ideas???
Pete