Question
Synatax Query - Less than or Equal to
Running on Linux, Apache, MySQL, PHP
I have an issue with a date query - possibly created by the MySQL format YYYY-MM-DD
I want to create a recordset where activities are less than or equal to today's date.
I've managed most of it but the result seems only to show less than and not less than and equal to.
This is the part of the query that is in question:
CONTNOTES.ACTDATE<='coldatetil'
I have tried =< without success
Any ideas?
I have an issue with a date query - possibly created by the MySQL format YYYY-MM-DD
I want to create a recordset where activities are less than or equal to today's date.
I've managed most of it but the result seems only to show less than and not less than and equal to.
This is the part of the query that is in question:
CONTNOTES.ACTDATE<='coldatetil'
I have tried =< without success
Any ideas?
