S
Susan
I have recently converted from Access 97 to Access 2000.
I have a function that is no longer working, wondering if
anyone has a suggestions.
I have a date time field, that I would like the user to be
able to click a command button Now to be able to insert
current date time stamp. I don't want the field auto
filled just in case there are occasions to enter back-
dated information.
I am currently using.
Private Sub Now_Click()
Me![Open Date/Time] = Now
End Sub
This doesn't work. But I know it worked before. Any
Suggestions?
I have a function that is no longer working, wondering if
anyone has a suggestions.
I have a date time field, that I would like the user to be
able to click a command button Now to be able to insert
current date time stamp. I don't want the field auto
filled just in case there are occasions to enter back-
dated information.
I am currently using.
Private Sub Now_Click()
Me![Open Date/Time] = Now
End Sub
This doesn't work. But I know it worked before. Any
Suggestions?