S
Steve M
HI I have the follwing code on Current event
If Me!.Newrecord Then Me!Reference.SetFocus
This has worked fine on the form until I added some tabs to make the form
look better and become more user friendly. Now I get a run time error 438 -
Object does not support this property or method.
i would like the focus to be on the field reference.
Any ideas why I am getting this error.
Cheers Steve
If Me!.Newrecord Then Me!Reference.SetFocus
This has worked fine on the form until I added some tabs to make the form
look better and become more user friendly. Now I get a run time error 438 -
Object does not support this property or method.
i would like the focus to be on the field reference.
Any ideas why I am getting this error.
Cheers Steve