long time no see,
what would be the correct addition to the query expression below, so the query would pull all values when the fields on the form are left blank.
what would be the correct addition to the query expression below, so the query would pull all values when the fields on the form are left blank.
Code:
Between [Forms]![frm_Reporting]![begin] And [Forms]![frm_Reporting]![end]
Comment