Hi i have a date field in my form and i want the date to be false after a 3 month period has expired i have tried the code below but the incorrect date just populates the field
If Date ,DateAdd("m",-3,Now()) Then
Date.Value=False
End If
Any help please??