Filter out files that are blank?

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

Guest

I've read and tried queries, sorts, reports, articles, posts, etc., but still
can't figure out how to run a report that will leave off the records that are
blank in one field.

Example: I have 1 field that may have a date entered. If it's blank, I do
not want it to print on the report.

I've tried all types of processes, but can't make it work.

Any ideas?
Janet
 
Just base your report on a query.

In the criteria under that date field put...

Is Not Null
 
Back
Top