R
Randy
I need the following code to work on the afterupdate event of a textbox on
my main form, but it doesn't.
Private Sub Command92_Click()
Me.IDRb_subform.SetFocus
Me.IDRb_subform![Fees].SetFocus
End Sub
I get an error 2110 cant set focus to subform. The code works fine from a
cmd button, Why?...Thanks..Randy
my main form, but it doesn't.
Private Sub Command92_Click()
Me.IDRb_subform.SetFocus
Me.IDRb_subform![Fees].SetFocus
End Sub
I get an error 2110 cant set focus to subform. The code works fine from a
cmd button, Why?...Thanks..Randy