L
lynn atkinson
I have a table holding details of trainers. Some of these
trainers are internal staff, in which case I want some of
the details from employeedetails table to be displayed.
Other trainers are external and are therefore not in the
employee details table.
I want to be able to input external trainers without the
database trying to create a record for them in the
employeesdetails table. But I also want the link to the
employeedetails table for internal staff.
All this information is to be used to create an input
form.
How do I get my head around this?
trainers are internal staff, in which case I want some of
the details from employeedetails table to be displayed.
Other trainers are external and are therefore not in the
employee details table.
I want to be able to input external trainers without the
database trying to create a record for them in the
employeesdetails table. But I also want the link to the
employeedetails table for internal staff.
All this information is to be used to create an input
form.
How do I get my head around this?