Forum Discussion
slan110
Aug 25, 2023Copper Contributor
Help with Query Criteria
Hello! I have a query where users are entering two dates [Enter Start Transaction Date] and [Enter End Transaction Date]. I am trying to create a subquery that will use [Enter Start Transaction Dat...
- Aug 25, 2023I actually able to use a formula like : Between DateAdd("d",-5,[Enter Date]) And [Enter Date] and it worked perfectly!
slan110
Aug 25, 2023Copper Contributor
I actually able to use a formula like : Between DateAdd("d",-5,[Enter Date]) And [Enter Date] and it worked perfectly!