G
Guest
(General) (Birthdate_GotFocus)
Private Sub Birthdate_GotFocus()
Me.Birthdate".SelStart =" 0
End Sub
Compile error: Method or data member not found.
The part that is highlighted as the "error" I have put within the quotation
marks above.
I am clueless as to what the problem is. This is a birthdate field. It seems
to behave just fine for entering data. The only more complex role it plays is
that it is part of age calculation.
Any help given is greatly appreciated.
Private Sub Birthdate_GotFocus()
Me.Birthdate".SelStart =" 0
End Sub
Compile error: Method or data member not found.
The part that is highlighted as the "error" I have put within the quotation
marks above.
I am clueless as to what the problem is. This is a birthdate field. It seems
to behave just fine for entering data. The only more complex role it plays is
that it is part of age calculation.
Any help given is greatly appreciated.