i am using Access 97.
please help,
in my query, the following works:
TER: IIf ([s_ticket] Between [Forms]![frmRptTotals]![txtDate1] And [Forms]![frmRptTotals]![txtDate2],1,0)
but this doesn't:
TER: IIf (DateAdd("d",-32,[s_ticket]) Between [Forms]![frmRptTotals]![txtDate1] And [Forms]![frmRptTotals]![txtDate2],1,0).
Forms![frmRptTotals]![txtDate1] is in the form: 11/01/2000
and Forms![frmRptTotals]![txtDate2] is in the form: 11/30/2000.
i am stumped.
thanks,
ruth
please help,
in my query, the following works:
TER: IIf ([s_ticket] Between [Forms]![frmRptTotals]![txtDate1] And [Forms]![frmRptTotals]![txtDate2],1,0)
but this doesn't:
TER: IIf (DateAdd("d",-32,[s_ticket]) Between [Forms]![frmRptTotals]![txtDate1] And [Forms]![frmRptTotals]![txtDate2],1,0).
Forms![frmRptTotals]![txtDate1] is in the form: 11/01/2000
and Forms![frmRptTotals]![txtDate2] is in the form: 11/30/2000.
i am stumped.
thanks,
ruth