Aug 25 2023 05:44 AM
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 Date] and look back 5 days to capture anything in that timeframe.
I'm trying this (unsuccessfully): Between [Enter Start Transaction Date]-5 And [Enter Start Transaction Date]
Have also tried this: Between ([Enter Start Transaction Date]-5) And [Enter Start Transaction Date]
This is the error I get:
Is this even possible? And if so, how can I achieve this? Thank you!
Aug 25 2023 07:37 AM
Aug 25 2023 10:09 AM
Solution