WeekDayName

A

Allen Browne

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.
 
A

Aziz

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
 
A

Aziz

Many Thanks Allen.

Aziz
-----Original Message-----
Ah: you want to read the system value for the first day of the week?

This would be an API call, which I don't know off the top of my head, but
this may be a good start:
http://www.mvps.org/vbnet/api/_api/index.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top