J
JKarchner
I am trying to keep track of the last time data on a form was
updated/modified. I have it working on all of the subforms except for one.
The subform that it does not work on is a single form with two text boxes in
it. When i type something in the text box and try to move to the next
record, an error pops up. It appears that it cannot access the DateModified
field of the parent. I use the code Me.Parent.DateModified = Now() and i use
it in the after update event. Can anyone help me with this?
updated/modified. I have it working on all of the subforms except for one.
The subform that it does not work on is a single form with two text boxes in
it. When i type something in the text box and try to move to the next
record, an error pops up. It appears that it cannot access the DateModified
field of the parent. I use the code Me.Parent.DateModified = Now() and i use
it in the after update event. Can anyone help me with this?