J
justlearnin
I have a feild that I want to be updated from another feild in a form, but I
cant use on current because it adds the value each time I open it. What would
be the best event to use for this?
Me.Diff = Me.CurrentCount - Me.Standard
Diff is being passed so that it can be used in the next weeks totals. This
way the current count of the next week starts out with Diff added into it.
cant use on current because it adds the value each time I open it. What would
be the best event to use for this?
Me.Diff = Me.CurrentCount - Me.Standard
Diff is being passed so that it can be used in the next weeks totals. This
way the current count of the next week starts out with Diff added into it.