Please help me on the following:
The value shown in a field of a subform is bounded with a table column (not primary key). After the value is changed, for example, from "AAA" to "BBB", I need to give a warning message for the difference of the two strings. Which event should be used here to capture both the old and new values? I tried to use After Update, OnGotFocus Events and got either the old or the new value, but not both.
Thanks in advance,
The value shown in a field of a subform is bounded with a table column (not primary key). After the value is changed, for example, from "AAA" to "BBB", I need to give a warning message for the difference of the two strings. Which event should be used here to capture both the old and new values? I tried to use After Update, OnGotFocus Events and got either the old or the new value, but not both.
Thanks in advance,