I need (in my SQL) to select records from my Access DB where a paticular Month matches the one in the Date field.
So I pull out all records for one paticular month.
I tryedSeptember select example)
"SELECT * FROM tblStats ORDER BY Date WHERE Date=#10/%/%#"
But this doesn't work. Doh!
Got any ideas anyone?
Thanks guyz
So I pull out all records for one paticular month.
I tryedSeptember select example)
"SELECT * FROM tblStats ORDER BY Date WHERE Date=#10/%/%#"
But this doesn't work. Doh!
Got any ideas anyone?
Thanks guyz