Report Based On A Query

M

Mandy

I am doing a report based on a query. The fields i
included in the report are BusinessName, Representative,
and Scheduler. I want the report to only show the
businesses that have Schedulers. How can I do this?
 
R

Rick B

limit the records in your query to only pull records where "schedulers" is
not nul.

Rick B


I am doing a report based on a query. The fields i
included in the report are BusinessName, Representative,
and Scheduler. I want the report to only show the
businesses that have Schedulers. How can I do this?
 
Top