access form, have the date now ship weekends

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

Guest

My form has =Date() but I want it to skip a weekend date and use only week
days when I enter info on a weekend.

Thanks, Judy
 
Try this --
Iif(Weekday(Date() Between 2 and 6, Date(), Iif(Weekday(Date()+1 Between 2
and 6, Date()+1, Date()+2))
 

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