I have created two table in my database listed below
tblEmployee
EmployeeID{Primary Key, Auto Number}
FirstName
LastName
PositionTitle
tblWorkHistory
EmployeeID {Foreign Primary Key}
Organization {Primary Key}
Position
StartDate
EndDate
I am creating a one to many relationship with the...