Convert a date into the Weekday

R

Rick B

Add a new column to your query and put the following in it.


DayOfWeek: Format([SomeDateFieldName, "dddd")



William said:
How do I make the weekday show up in a query where I have the date
already?
 
W

William

Rick B you are the man!

Rick B said:
Add a new column to your query and put the following in it.


DayOfWeek: Format([SomeDateFieldName, "dddd")



William said:
How do I make the weekday show up in a query where I have the date
already?
 
Top