K
Kiers
Hi All,
I have a form with a button that when selected opens a second form,
which appears behind the first - neither form has modal or popup set
to 'yes'. Can someone please explain why this is happening and how to
prevent it?
the command to trigger the second form is
DoCmd.OpenForm "frmOrder", acNormal, , "ID = " & Me!
sfrInProgress.Form.Controls!OrderID, acFormEdit, acWindowNormal
Rgds
Kiers
I have a form with a button that when selected opens a second form,
which appears behind the first - neither form has modal or popup set
to 'yes'. Can someone please explain why this is happening and how to
prevent it?
the command to trigger the second form is
DoCmd.OpenForm "frmOrder", acNormal, , "ID = " & Me!
sfrInProgress.Form.Controls!OrderID, acFormEdit, acWindowNormal
Rgds
Kiers