WeekDayName

  • Thread starter Thread starter Aziz
  • Start date Start date
In code, you can use the constant, e.g.:
varNameOfDay = WeekdayName(1, , vbUseSystemDayOfWeek)

If you need the value of the constant for other contexts (calculated field
in query or text box), open the Immediate WIndow (Ctrl+G) and ask Access for
the value:
? vbUseSystemDayOfWeek

Alternatively, open the Object Browser (F2 from code window) and search.
 
Thanks for the reply Allen. I know how to obtain the value
of vbUseSystemDayOfWeek, but the question where is the
physical setting in the PC that I can look at and possibly
alter if desired.

Aziz
 
Back
Top