D
DeVille
I have two text boxes ('LastUpdate' and 'Solution') on my
form 'LastUpdate' is a text box that is to record when
the other text box 'Solution' was last updated.
I would like to attach some code to the AfterUpdate event
procedure on the 'Solution' text box which says to put
the current date in the 'LastUpdate' text box (or the
corresponding field in the table)
The question marks are where I am missing the code. If
anyone can help thanks in advance
Private Sub Solution_AfterUpdate()
DoCmd.?????
End Sub
form 'LastUpdate' is a text box that is to record when
the other text box 'Solution' was last updated.
I would like to attach some code to the AfterUpdate event
procedure on the 'Solution' text box which says to put
the current date in the 'LastUpdate' text box (or the
corresponding field in the table)
The question marks are where I am missing the code. If
anyone can help thanks in advance
Private Sub Solution_AfterUpdate()
DoCmd.?????
End Sub