I have two tables Tbl_A and Tbl_B they have the same columns, but Tbl_A has an ActID with autonumber and Tbl_B (ActID = numeric).
I have a form "Data Entry" to populate "Tbl_A", how can I do using only 1 command button: SAVED the last input data to Tbl_A and insert (append) the last input data to Tbl_B.
Tbl_B is used to capture all changes made in Tbl_A (historical data)
I am using MS Access 2000
Thanks, John.
I have a form "Data Entry" to populate "Tbl_A", how can I do using only 1 command button: SAVED the last input data to Tbl_A and insert (append) the last input data to Tbl_B.
Tbl_B is used to capture all changes made in Tbl_A (historical data)
I am using MS Access 2000
Thanks, John.