Showing all records even if null

N

Nick

I have a report that prints all No answers for surveys
that have been returned. It selects the returned sureys
by using "Date Returned Is Not Null". This however only
prints the salespeople for these records. I would like to
print all salespeople.

Does anyone have any ideas

Thanks

Nick
 
J

Jeff Boyce

Nick

Reports are based on tables and/or queries. Create a query that returns all
salespeople plus any returned surveys, then build the report.
 
Top