I have 2 tables, 1 is were all new maintenance issues are logged named 'logged calls table'. The 2nd table is were I report on these maintenance issues named 'call report table'.
Both tables have a related field called ProblemID which I use to match all related call reports to the logged call report.They also have a Status field that tells me whether the call is complete or waiting on parts etc.
My query shows me all the logged calls and their related call reports, if there are any.
My problem starts when I set a criteria on the call report.status field in the query, to not equal to 'Complete'. The query returns only the logged calls that have a call report associated with it, that is not complete, but does not return all the new logged calls that do not have any call reports as yet, which by my criteria, are not complete.
Is there a way to show these other logged calls without call reports, when there is a criteria in the call report status field.