Convert a date into the Weekday

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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?
 
Back
Top