I am looking to set the validation rule so dates can only be in a certain range. I can get the validation rule to work if it simply greater than or less then but not between the two dates. There will be a few different validation rule sets for the same field. This is a small snippet from the On Got Focus event. Any help is greatly appriceated.
Dim strVRule As String
Dim strVText As String
Dim dteDate1 As Date
Dim dteDate2 As Date
Dim dteDate3 as Date
dteDate1 = DateAdd(“d”, -28, Now())
dteDate2 = DateAdd(“d”, -1, Now())
dteDate3 = DateAdd(