Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. srenner

    how to ignore blank criteria fields

    Thanks Frink and jaydeebetoo. Works like a dream! Frink, I particularly liked your code. Saved me a bunch of time. God bless.
  2. srenner

    how to ignore blank criteria fields

    Hi, I have written a query which pulls several criteria from a form (called "Report Criteria Form") The criteria / fields on my form are drop-down fields and user can OPTIONALLY use these fields. If the field is blank, then query should ignore it. If the field is not blank, then criteria...
  3. srenner

    single date or a date range entered

    Thanks godawgs I modified query to finally look like this... >=[Forms]![Report Criteria Form]![Start Date] And <[Forms]![Report Criteria Form]![End Date]+1 * removed = sign * added +1 Works great
  4. srenner

    single date or a date range entered

    I am trying to write a query that would enable me to search on a single date or a date range entered on a &quot;Report Criteria Form&quot;. The criteria specified in the query is: Between [Forms]![Report Criteria Form]![Start Date] And [Forms]![Report Criteria Form]![End Date] It seems to...

Part and Inventory Search

Back
Top