Forum Discussion

Tony2021's avatar
Tony2021
Steel Contributor
Jan 21, 2022
Solved

Date Filter Form (too complex error)

Experts,   I am building a form to filter a few different subforms.  I add 2 unbound fields to this form:  txtDateFrom txtDateTo   The problem I am having is this WHERE CLAUSE I put on the [Tr...
  • arnel_gp's avatar
    Jan 21, 2022
    if the criteria is Single string, you use Between:

    Between [Forms]![frmFind_Both]![txtDateFrom] And [Forms]![frmFind_Both]![txtDateTo]

Resources