Pls need help with Parameter Query to include All

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

Guest

I need to put a parameter in my query to have user select several options but
I also want to have the option to have the user to pull "all" records. thank
you.
 
I need to put a parameter in my query to have user select several options but
I also want to have the option to have the user to pull "all" records. thank
you.

Where YourTable.SomeField = [Enter What] Or [Enter What] Is Null
 
Back
Top