H
Han
I have two tables, A and B.
The two tables are related with a "case_num" column.
Each table has a form counterpart. form A and form B. Form A is a subform of
form B. Subform A contains a text box of "case_num" which is updatable.
Question. I need to update the corresponding "case_num" record in table B
when the value in "case_num" text box of subform A is changed.
What's the most efficient way to do this? Creating a sub-procedure
containing an UPDATE query using the "on change" event is one way. Is there
another?
Thanks.
The two tables are related with a "case_num" column.
Each table has a form counterpart. form A and form B. Form A is a subform of
form B. Subform A contains a text box of "case_num" which is updatable.
Question. I need to update the corresponding "case_num" record in table B
when the value in "case_num" text box of subform A is changed.
What's the most efficient way to do this? Creating a sub-procedure
containing an UPDATE query using the "on change" event is one way. Is there
another?
Thanks.