Corvert date to Day value

  • Thread starter Thread starter Les
  • Start date Start date
L

Les

I have a text box in a form which picks up a date value. This is formated
to display "ddd" as the day of the week. This works fine and it is
displayed as I need it..

I need to read the day value as text to evaluate if it is a "Sat" or "Sun"
rather than its current value of dd/mm/yy

Is there a simple way to do this?

Thanks

Les
 
Try the Weekday() function, and compare to the numbers 1 to 7.
 

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