I have set up the following tables:
tblLicense(LicenseID, LicenseName)
tblStudent(StudentID, FirstName, LastName, UnitID)
tblUnit(UnitID, UnitName)
tblStudentLicense(StudentID, LicenseID, IssueDate, ExpirationDate)
For the tblStudentLicense Table, I am using the LookUp wizard for StudentID and...