well, I got the SQL statement to take, without causing an error, but unfortunatly it returns incorrect results
This is the SQL code now :
SELECT Task.TaskID, Task.Date, Task.[Serial #], Severity.Severity, TaskStatus.TaskStatus, Employees.Employees, Task.Comments
FROM TaskStatus INNER JOIN...