Month day versus week day

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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)
 

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

Back
Top