So I've created a query that prompts the user to enter a start date and an end date before they query is ran. I've noticed that the query will not pull any data that has the end date as the date entered. I've tried a few different expressions:
Between [Start Date] And [End Date]
>=[Start Date] and <=[End Date]
I've never had this issue before and not sure why now.
Is there something that I'm missing or a better formula/expression to use?