I have been using a weather readings database for a few years now , and as each month passes I use BETWEEN {d ‘2023-06-01’ } AND {d ‘2023-06-30’ } in sql, for example
Upto the 4th of this month all was working fine after I entered data in the form then saved it. For both the 5th and 6th of June, the data was showing in the table, but not in the query. I found that if I didn’t use the BETWEEN statement, the query read all the table data including 5th and 6th of June, As soon as I used the BETWEEN statement again, the query missed out the aid 2 dates.
Any ideas as to why this has just happened.
Thanks