A
Adam
I have a field in a table that holds the "day" of the week
(i.e. Monday,Tues., etc).
I want to query the table for what ever "today" is. So if
today was Tuesday I would want all those that
have "Tuesday."
Currently I'm using the DatePart Function but it is
returning all the days of the week in my record set which
is ok except it is returning them all in a number value.
BUt how do I set criteria to choose only the current day
of the week or how do i convert the serial number value
that is returned to a text value of "Monday" "Tuesday"
etc.???
(i.e. Monday,Tues., etc).
I want to query the table for what ever "today" is. So if
today was Tuesday I would want all those that
have "Tuesday."
Currently I'm using the DatePart Function but it is
returning all the days of the week in my record set which
is ok except it is returning them all in a number value.
BUt how do I set criteria to choose only the current day
of the week or how do i convert the serial number value
that is returned to a text value of "Monday" "Tuesday"
etc.???