H
HumanJHawkins
When a user changes a status field in my database, I would like to
auto-generate a note that says something like "Date - User: Status
changed from X to Y."
I am attempting to do this via the BeforeUpdate event. But I notice
that before this event fires, the data is already changed in the form.
Is the value of the field before the change happened still in the
local data somewhere. I would like to avoid adding another transaction
with the database server just for this.
Thanks in advance.
auto-generate a note that says something like "Date - User: Status
changed from X to Y."
I am attempting to do this via the BeforeUpdate event. But I notice
that before this event fires, the data is already changed in the form.
Is the value of the field before the change happened still in the
local data somewhere. I would like to avoid adding another transaction
with the database server just for this.
Thanks in advance.