I've got two separate tables, "tblPersonnel" and "tblReports."
What I want to be able to do is update a report date in the personnel table once a report on that person is completed in the reports table.
They are both linked by MemberID and ReportID fields, but what is the code I would need to make this happen?
What I want to be able to do is update a report date in the personnel table once a report on that person is completed in the reports table.
They are both linked by MemberID and ReportID fields, but what is the code I would need to make this happen?