C
Chad
Hello, I have a continuous form named "frmUpdateEmployees" which I need to
update employee information like name, date of hire and employment status. On
this form I have a chk box named "chkStatus" and if checked I want it to
update a table named "tbl_PerformanceReviewMain". The problem im having is
the table "tbl_PerformanceReviewMain" is information saved from another form
but has a field named Status. this is the field I want my "chkStatus" to
update. How could I do this? Thanks!
update employee information like name, date of hire and employment status. On
this form I have a chk box named "chkStatus" and if checked I want it to
update a table named "tbl_PerformanceReviewMain". The problem im having is
the table "tbl_PerformanceReviewMain" is information saved from another form
but has a field named Status. this is the field I want my "chkStatus" to
update. How could I do this? Thanks!