I am using Access XP.
I have a fairly complex application. I am using normal, non modal forms.
Sometimes when a form opens, it is opening behind the active form.
The following code is used to launch a form
Note that my forms are Popup=No, Modal=No
DoCmd.OpenForm "FormName", acNormal, , "ID ='" & Me.txtID & "'", acFormPropertySettings, acWindowNormal
I have a fairly complex application. I am using normal, non modal forms.
Sometimes when a form opens, it is opening behind the active form.
The following code is used to launch a form
Note that my forms are Popup=No, Modal=No
DoCmd.OpenForm "FormName", acNormal, , "ID ='" & Me.txtID & "'", acFormPropertySettings, acWindowNormal