R
Randy
Hello...I have a macro that crates a date/time stamp when a record is
modified. However, the macro seems to crate the date/time stamp when a record
is even just accessed and no changes to data have been made. I would like to
see if the macro could be adjusted to create the date/time stamp only when
there is actual data changes and not if a record is just accessed or viewed.
I am assuming this could be done with an expression of sort in the
"condition" column but not quite sure how to create the expression/formula.
Any assistance will be grratly appreciated.
Here is what I have so far:
Macro:
Action Item Expression
SetValue [DateModified] Date()
SetValue [TimeModified] Time()
Both of these items only need to happen if data is modified not just viewed.
modified. However, the macro seems to crate the date/time stamp when a record
is even just accessed and no changes to data have been made. I would like to
see if the macro could be adjusted to create the date/time stamp only when
there is actual data changes and not if a record is just accessed or viewed.
I am assuming this could be done with an expression of sort in the
"condition" column but not quite sure how to create the expression/formula.
Any assistance will be grratly appreciated.
Here is what I have so far:
Macro:
Action Item Expression
SetValue [DateModified] Date()
SetValue [TimeModified] Time()
Both of these items only need to happen if data is modified not just viewed.