S
Steve M
Hi
I am trying to SetFocus on a field call 'Reference' when the user clicks Add
New Record.
I have tried
Private Sub Form_Current()
If Me.Newrecord Then Me.Reference.SetFocus
End Sub
But after I put Reference. Set Focus does not appear just Value.
I get the error message Compile error:
Method or data member not found
This has worked fine on a different database
Totally confussed
Any ideas before this novice goes insane - thanks
Steve
I am trying to SetFocus on a field call 'Reference' when the user clicks Add
New Record.
I have tried
Private Sub Form_Current()
If Me.Newrecord Then Me.Reference.SetFocus
End Sub
But after I put Reference. Set Focus does not appear just Value.
I get the error message Compile error:
Method or data member not found
This has worked fine on a different database
Totally confussed
Any ideas before this novice goes insane - thanks
Steve