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 trouble figuring out how to set it up so that the technician enters in his name, the line he worked on and what problems he had with that line. Normally one technician is responsible for one line, but occasionally he can work on any other line that night.
Just trying to elminate or reduce a paper trail that we have currently that's just archaic and hideous for our department.
Any comments or suggestions would be apprieciated. Thanks

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 trouble figuring out how to set it up so that the technician enters in his name, the line he worked on and what problems he had with that line. Normally one technician is responsible for one line, but occasionally he can work on any other line that night.
Just trying to elminate or reduce a paper trail that we have currently that's just archaic and hideous for our department.
Any comments or suggestions would be apprieciated. Thanks