View Full Version : Show Day "Monday"


klynch0803
02-11-2008, 07:03 AM
I'm trying to show the day in a query "monday or whatever the day s on correspondence to a date in the same query named "SALEDATE".

I have tried using several ways but cant figure it out.. Can someone please help me out here with a boost?

KeithG
02-11-2008, 07:14 AM
lookup the Weekday and WeekdayName functions

klynch0803
02-11-2008, 07:17 AM
You think since I'm using this on form it would process faster if I did this query as a strsql in the form versus using a query? I'm beggining to think so especially since its calculated based on selection of a checkbox..

KenHigg
02-11-2008, 07:23 AM
WeekdayName(DatePart("w",[my date]))