Month day versus week day

A

an

Hello!

I would like write in textbox - in form - the date and obtain the week day
in anpother textbox in same form.
Is it possible in Access2K?

Thanks in advance.
an
 
L

Larry G.

Set the textbox to look at the date and then format it "dddd" this will set
the day of the week. If you want to check it in the code make sure you use
vbDayofWeek (vbFriday for example)
 
Top