Trying desperatly to open a form with an SQL statement using 'Between #Today# And #DateField#'
If I use the format DD/MM/YY for the dates, the result is erratic, not all the matching records in the underlying table are found.
When I reformat both #Today# and the field (with the format property in the table, wich does not change the display in a form, by the way) to MM/DD/YY, the result is zilch. No records are found.
Tried with a query instead of a direct SQL in the form. Same result.
Any tip?
If I use the format DD/MM/YY for the dates, the result is erratic, not all the matching records in the underlying table are found.
When I reformat both #Today# and the field (with the format property in the table, wich does not change the display in a form, by the way) to MM/DD/YY, the result is zilch. No records are found.
Tried with a query instead of a direct SQL in the form. Same result.
Any tip?