Criteria

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I would like to include on a query the option to input
the criteria value or if it is left blank that all the
records show. How do I do that ?


Thanks
 
I would like to include on a query the option to input
the criteria value or if it is left blank that all the
records show. How do I do that ?

Use a Criterion of

=[Enter value:] OR [Enter value:] IS NULL
 
Back
Top