create report only if certain data is input

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

Guest

Is it possible to have Access list only entries that meet certain perameters?
For example, if I have a list of people, but only certain people meet
parameter 5 and have an entry, I'd like to leave them off the report than
have their name listed with a blank entry.
 
Yes, your report should be based on a query. Just modify the query to
exclude those items.

In the criteria field under that item, Put...

Is Not Null
 
Back
Top