Weekday, WeekdayName Functions in Access
In this Microsoft Access tutorial, I'm going to show you how to display the day of the week (Sunday, Monday, etc.) in your queries, forms & reports.
Pre-Requisite
Recommended Courses
Links
Usage
- DayOfWeek: Weekday([OrderDate])
- DayOfWeekName: WeekdayName([DayOfWeek])
- DayOfWeekName: WeekdayName([DayOfWeek],True)
- DayOfWeek: Weekday([OrderDate],2)
- Defaults: vbSunday = 1, vbSaturday = 7
Keywords
access 2016, access 2019, access 2021, access 365, microsoft access, ms access, ms access tutorial, #msaccess, #microsoftaccess, #help, #howto, #tutorial, #learn, #lesson, #training, #database, #fasttips, Weekday function, WeekdayName function, How do I get the day of the week, Which method returns the weekday, VBA WEEKDAY, How to Get the Day of Week Using VBA, vbmonday, vbsunday, vba first day of week, firstdayofweek, day of week name from date