Hey guys
i've 2 date field vca and tot,
if the date from vca is 10 years older then the date from tot a statement will change.
i've use serveral codes but notthing worked for me :(
now i'm using this code but is won't work
If DateDiff("d", [Vca], [Tot] > 3650) Then
Me.Value = "Open"
End If...