M
Marios
I have a form, Form1, based on a Table, TableA, which contains only one
field, FieldA (TextBox). When FieldA is updated, on Save, Exit, ChangeRecord
etc, I would like to execute an SQL feature both the OldValue and the Current
Value of the field.
The SQL goes like this:
Update TABLEB
SET FieldB = CurrentValue
Where FieldB = Old Value;
The problem is that on the Form's 'OnUpdate' Event that I am using, I can't
get Values from the TextBox.
Any Suggestions?
Thanks a lot,
field, FieldA (TextBox). When FieldA is updated, on Save, Exit, ChangeRecord
etc, I would like to execute an SQL feature both the OldValue and the Current
Value of the field.
The SQL goes like this:
Update TABLEB
SET FieldB = CurrentValue
Where FieldB = Old Value;
The problem is that on the Form's 'OnUpdate' Event that I am using, I can't
get Values from the TextBox.
Any Suggestions?
Thanks a lot,