OK, I've searched the web quite thouroughly now, and have found in several places that I need to use the setfocus method on the key down event like so:
Private Sub Email_KeyDown(KeyCode As Integer, Shift As Integer)
Dim mblnTabPressed As Boolean
mblnTabPressed = (KeyCode = vbKeyTab)...