Hello everyone :)
Hopefully someone can point me in the right direction.
I have the following tables set up in my little database
tblLine(LineID, LineName)
tblTech(TechID, FirstName, LastName, etc...)
tblLineProblems(LineProblemID, TechID, LineID, Date, ....problem categories...)
I'm having...