I am trying to compare 2 dates, see if one is less than the other, then do something.
If [Min Request Date] < Now Then
Me.[Request Type] = "New"
Else
Me.[Request Type] = "Old"
End If
BUT I always get "Old" no matter what the min Request Date is. Does the Min Request Date need to be...