Had this problem before, worked round it but now another issue.
Private Sub Command244_Click()
Me.Dummy2.SetFocus
Me.LB.SetFocus
Me.LB = SECNAME
End Sub
I have tried moving focus to a dummy field as last resort but still told Access canot move to LB
Any ideas, thanks
Private Sub Command244_Click()
Me.Dummy2.SetFocus
Me.LB.SetFocus
Me.LB = SECNAME
End Sub
I have tried moving focus to a dummy field as last resort but still told Access canot move to LB
Any ideas, thanks