P
PBrown
What I need to do is have the user ID and time recorded
when a user changes then information on a record.
Here is some of the basic info for the form:
Form: Car
Subform Name: Car Detail
Subform Control Source: Car subform
Subform field that would be modified: Description
Currently for fields that would be modified in the main
part of the form, below is what is coded for the On Change
Event:
Me!MgtModifiedDate = Now()
Me!MgtModifiedBy = Environ("username")
However, how/where would this go for noting a modification
of the Description field in the subform?
Thank you for any and all help,
PBrown
when a user changes then information on a record.
Here is some of the basic info for the form:
Form: Car
Subform Name: Car Detail
Subform Control Source: Car subform
Subform field that would be modified: Description
Currently for fields that would be modified in the main
part of the form, below is what is coded for the On Change
Event:
Me!MgtModifiedDate = Now()
Me!MgtModifiedBy = Environ("username")
However, how/where would this go for noting a modification
of the Description field in the subform?
Thank you for any and all help,
PBrown