Scala holidays

“” Then Searchform_StartDate = Trim(RS(“StartDate”)) If Not IsDate(Searchform_StartDate) Then Searchform_StartDate = DateAdd(“d”, Now(), 7) If Trim(RS(“Deppt”) & ” “) “” Then Searchform_Deppt = Trim(RS(“Deppt”)) If Trim(RS(“Arppt”) & ” “) “” Then Searchform_Arppt = Trim(RS(“Arppt”)) End If Set RS = Nothing If DateDiff(“d”, Now(), Searchform_StartDate) ” & ArrArpptNames(Arppts_i) & “” Next If UBound(ArrArppts) > 0 Then Arppts = “” & Arppts End If End If Set RS = Nothing %>