Query and reports "Show"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query that has many fields that I am running reports off of. I have
it suming one of the fields (Defects) when (Action Required) = true. The
problem is that it lists the other (Defects) as well. Do I have to have a
seperate query to show just the action required or is there a statement for
show only if Action Required = true?
 
I have a query that has many fields that I am running reports off of. I have
it suming one of the fields (Defects) when (Action Required) = true. The
problem is that it lists the other (Defects) as well. Do I have to have a
seperate query to show just the action required or is there a statement for
show only if Action Required = true?

post the query your report is based on and the filter you're using
when you open the report. You would probably be better off filtering
the report in the Open event...
 
Back
Top