J
Jeri
Hello all;
I have an Access 07 database and a form with lots of fields. In the past I
added code on each field so that if somebody made a change, their login name
would be entered in a field on the form. This method has allowed me to save a
client in the past who realized that for nearly a year he and an assistant
had been working on different files. Yikes.
The code itself is very simple
Me.ChangedLogin = Forms!frm_Login!Login_Variable
Me.Changed = Date
But I've been trying to figure out if there is a way to have this code run
when any field on a form is changed, rather than applying an "after update"
code to each field individually. I've tried several options, including "on
data change" but it didn't work. I would deeply appreciate any ideas you
might have.
Jeri, editing many spider records in Flagstaff Arizona
I have an Access 07 database and a form with lots of fields. In the past I
added code on each field so that if somebody made a change, their login name
would be entered in a field on the form. This method has allowed me to save a
client in the past who realized that for nearly a year he and an assistant
had been working on different files. Yikes.
The code itself is very simple
Me.ChangedLogin = Forms!frm_Login!Login_Variable
Me.Changed = Date
But I've been trying to figure out if there is a way to have this code run
when any field on a form is changed, rather than applying an "after update"
code to each field individually. I've tried several options, including "on
data change" but it didn't work. I would deeply appreciate any ideas you
might have.
Jeri, editing many spider records in Flagstaff Arizona