Search results

  1. S

    Tab order to sub-form...

    Hey all, I am trying to find a way to tab from a field on a Parent form to a field on its child form. I am trying to do something like: Private Sub FormField1_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyTab Then Me.frmSubForm.Form!FormField2.SetFocus End If...
  2. S

    A little too tricky for me...

    Hello all. I am new to this forum (and am thankful that I have come accross it. Pheeeww!) and find that this problem could cover many aspects of Access, so I felt that this would be the best forum to ask. Also, I should point out that I don't usually use Access for DB design (I usually use...
Back
Top Bottom