G
Guest
Hello,
I want to be able to delete a employee record from 3 different tables. Up to
now I have been opening each table and deleting the records manually but this
is tedious, not to mention dangerous.
Is it possible to have a combo box that lists each employee and will delete
the selected employee record from all 3 tables? I'm open to other methods
that will achieve the same.
My tables are listed below:
Employees ( Table 1 )
-------------------------
Employees_ID ( PK )
Emp_Name
Main ( Table 2 )
-------------------------
Main_ID ( PK )
Employees_ID ( FK )
EmployeeCourses ( Table 3 )
I want to be able to delete a employee record from 3 different tables. Up to
now I have been opening each table and deleting the records manually but this
is tedious, not to mention dangerous.
Is it possible to have a combo box that lists each employee and will delete
the selected employee record from all 3 tables? I'm open to other methods
that will achieve the same.
My tables are listed below:
Employees ( Table 1 )
-------------------------
Employees_ID ( PK )
Emp_Name
Main ( Table 2 )
-------------------------
Main_ID ( PK )
Employees_ID ( FK )
EmployeeCourses ( Table 3 )