Report Based On A Query

  • Thread starter Thread starter Mandy
  • Start date Start date
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?
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top