Filtered Reports

  • Thread starter Thread starter Ryan Smith
  • Start date Start date
R

Ryan Smith

I need to print a report that can filter entries that are
completed. I have a close of escrow entry and once it is
closed, I don't need it on my report. What is the best
way to do this? Thanks in advance.
Ryan
 
Ryan:

If as example you have a field in your table like "CaseClosed" and it is a
yes/no field, then simply add that field to your report's query and in the
conditions row, specify that the field should be false.
 
Back
Top