T
Teddy
I have two fields in a form Start and Finish. I put a command button next to
each field in design view.
I put this code into the start button
Private Sub Command12_Click()
Me!Start = Now()
End Sub
I put this code into the finish button
Private Sub Command14_Click()
Me!Start = Now()
End Sub
However, only the start button works, do you know what I might be doing
wrong and how I can fix it?
Thank you for your time.
each field in design view.
I put this code into the start button
Private Sub Command12_Click()
Me!Start = Now()
End Sub
I put this code into the finish button
Private Sub Command14_Click()
Me!Start = Now()
End Sub
However, only the start button works, do you know what I might be doing
wrong and how I can fix it?
Thank you for your time.