Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AintScared

  1. AintScared

    Tricky Date Function

    Excellent Excellent Excellent! This routine worked perfectly. The only change I needed to make was to change the = to a <= in the If fdt = DateAdd(&quot;d&quot;, dow + ((7 - dow) * 2), dst) Then statement. This is because I am trying to capture all days before or on the second Saturday...
  2. AintScared

    Tricky Date Function

    I am writing a program in which part of the requirements are to check if a date (input by user) is before or after the second Saturday of the current month. I pulled out my references for all the date functions and I'm pretty sure I will be able to figure it out using the Weekday, Datepart and...

Part and Inventory Search

Back
Top