Hi, I am trying to return records from an SQL database using MS query in Excel. I only want records after my chosen dates but keep getting records from before as well.
I have used the greater than or equal to comparison in my query for the date criteria but it still returns dates previous to this in my table. My date format is DD/MM/YYYY and is in text format in the SQL database
I used: >=[startdate]
Any clues as what i can do?
Thanks
Steve
I have used the greater than or equal to comparison in my query for the date criteria but it still returns dates previous to this in my table. My date format is DD/MM/YYYY and is in text format in the SQL database
I used: >=[startdate]
Any clues as what i can do?
Thanks
Steve