S
SL Allen
I am using Access 2002 Sp3 and I am having a problem using =date().
I have a form with a check box "AddToRpt" that when checked it puts the
current date in a text box "DateAddToRpt" . On the click of the check box I
have the code of
Private Sub AddToRpt_Click()
Me.DateAddToRpt = Date
End Sub
Problem is it will not keep the () after date and it thinks I am looking for
a field named "Date" ?? I have checked References and none seem to be
missing. If I use =Now() it will work but I do not want the time stamp.
Any help is greatly appreciated
I have a form with a check box "AddToRpt" that when checked it puts the
current date in a text box "DateAddToRpt" . On the click of the check box I
have the code of
Private Sub AddToRpt_Click()
Me.DateAddToRpt = Date
End Sub
Problem is it will not keep the () after date and it thinks I am looking for
a field named "Date" ?? I have checked References and none seem to be
missing. If I use =Now() it will work but I do not want the time stamp.
Any help is greatly appreciated