Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

day function in ms access doesn't return the day name and there isn't a function date name

Status
Not open for further replies.

rudolfelizabeth

Programmer
Jan 14, 2009
89
CW
Day([[DrawDate]) should return the date name in a query criteria field instead it returns the date number how do you get the date name instead of the number, and can anyone inform why do you need the date number in real life situation, I don't understand the programmers at ms.
here's my code
Day([DrawDate])
 
I assume you meant the "day name", not "date name".

Try the function "WeekdayName".

Needing to know the day of the month does not seem unreasonable.
 
Unless by 'date name' you mean something completely different.
Could you tell us what data you have and what you expect to get out of this 'date name'? A few examples would be nice to see...

---- Andy

"Hmm...they have the internet on computers now"--Homer Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top