This is the code in subform2, after I set up the KeyPreview to yes.
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
Call SubFocus(Shift, "FUpIssues")
End Sub
This is the code in the module
Public Sub SubFocus(Shift As Integer, curForm As String)
Dim frm As Form, sfrm1...