↓ Skip to Main Content

Blackcat Software

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us

Tag: next day

How to determine the next specified day’s date.

By Dave Posted on 25-Oct-2013 Posted in Access 2010, Windows No Comments Tagged with MS Access, next day, VBA

To determine next Thursday’s date: Use: Dim dt as Date dt = NextXDay(vbThursday)   And the function: Function NextXDay(ByVal vbDay As Integer) As Date Dim newdate As Date newdate = Date + 1 NextXDay = newdate + (vbDay – DatePart(“w”, …

How to determine the next specified day’s date. Read more »

© 2025 Blackcat Software | Powered by Responsive Theme