same thing, it opens in front then jumps behind
Private Sub Issue_DblClick(Cancel As Integer)
DoCmd.OpenForm "FacilityTicketDetails", , , "[TicketID] = " & Me.[TicketID], , , "SearchResults"
Forms!FacilityTicketDetails.SetFocus
End Sub
funny thing is if I set it to run on the single...