hi,
here i try to find-out function that can automatically update records in database (staff development system). got 3 tables would been changed at one time. the tables are: tbl_staff, tbl_transit(temporary table) and tbl_htrystaff(history table). so, how to automatically transfer/update the data that have an Effective_date (today) from table tbl_transit into table tbl_staff while the effected data at table tbl_staff will be transfer into table tbl_htrystaff.
here i try to find-out function that can automatically update records in database (staff development system). got 3 tables would been changed at one time. the tables are: tbl_staff, tbl_transit(temporary table) and tbl_htrystaff(history table). so, how to automatically transfer/update the data that have an Effective_date (today) from table tbl_transit into table tbl_staff while the effected data at table tbl_staff will be transfer into table tbl_htrystaff.