A
Aaron Sherber
Hi,
I'm sure I'm missing something obvious here. I have a table with a
date/time field called Assign. I want to select all records from this
table where the date part of Assign is equal to today's date.
I'd like to do something like:
SELECT * FROM [Mytable]
WHERE DateValue([Assign])=DateValue(Now)
....except that DateValue isn't quite the function I'm looking for.
Any help would be appreciated.
Thanks,
Aaron.
I'm sure I'm missing something obvious here. I have a table with a
date/time field called Assign. I want to select all records from this
table where the date part of Assign is equal to today's date.
I'd like to do something like:
SELECT * FROM [Mytable]
WHERE DateValue([Assign])=DateValue(Now)
....except that DateValue isn't quite the function I'm looking for.
Any help would be appreciated.
Thanks,
Aaron.