Background:
Main table - has all of the employee demographic data.
Survey table - store surveys done on random employees throughout the month; may not contain a survey for each employee; some employees may have several surveys done in 1 month.
I need to create a report that shows all employees & how many surveys were done on them for a month (or other given time period). The basic report for counting is not a problem; my problem is displaying the names of employees who did not have surveys, hence it would show as 0; since there are no records for some employees, they would not normally be included in the query that drives the report.
Any ideas? Am I asking the wrong forum?
Thanks!
Main table - has all of the employee demographic data.
Survey table - store surveys done on random employees throughout the month; may not contain a survey for each employee; some employees may have several surveys done in 1 month.
I need to create a report that shows all employees & how many surveys were done on them for a month (or other given time period). The basic report for counting is not a problem; my problem is displaying the names of employees who did not have surveys, hence it would show as 0; since there are no records for some employees, they would not normally be included in the query that drives the report.
Any ideas? Am I asking the wrong forum?
Thanks!