C
charles.kendricks
I have a form which I use to bring up client records and if necessary
make changes to them. I also have a log table which I want to update
only when changed to a client record is made. I have tied an append
query to the AfterUpdate event of the form, but it updates the table
even when no change is made to a client record. When I tie the append
query to the OnDirty even of the form it doesn't seem to run at all.
In fact I placed a Debug.Print statement in the OnDrity event, then
open the form to a client record and make changes to the phone number,
expecting to see my Debug message in the immediate window as soon at
the data on the form is changed, and nothing happens. Am I mis-
understanding something???
make changes to them. I also have a log table which I want to update
only when changed to a client record is made. I have tied an append
query to the AfterUpdate event of the form, but it updates the table
even when no change is made to a client record. When I tie the append
query to the OnDirty even of the form it doesn't seem to run at all.
In fact I placed a Debug.Print statement in the OnDrity event, then
open the form to a client record and make changes to the phone number,
expecting to see my Debug message in the immediate window as soon at
the data on the form is changed, and nothing happens. Am I mis-
understanding something???