Is there an easy way to log any changes to the fields in my main table? I've seen a few videos on Youtube, but most of them are older versions of Access.
Hi John,
I use a very simple way to handle this problem.
I catch the value of the Control in the Enter event, and compare it with the value in the Exit event. If there is a difference, you can log it, including the "Enter"-values and "Exit"-values, and other specifics.
The problem with Access-forms is - in my opinion - that they are far too static. But I think It is relatively simple to make them more dynamically on this point (and on many other points).
Imb.