I have a Time_On field where time/date is stored is this format: 5/21/2015 11:01:01 AM
I'm trying to create a query, with the Criteria: Like "5/21/2015", (under 'Time_On') no records are found (when multiples of this date exists).
So I created an expression in the query like this: Date: Format([Time_On],"Short Date"). This produces a nice field/column of date-only (ie. 5/21/2015). All ok.
When I place a Like "5/21/2015" in the Critera of the Expression I get results.
What syntax would I use to avoid the expression, and do the short date format in my criteria cell of Time_On? Is this possible?
Any advice appreciated.