i've been searching the net for ideas as to how to be able to do this and so far, i haven't got anything.
this is my code so far...
If dtp_warrantyExp.Value.Date > dtp_dateAcquired.Value.Date Then
dtp_warrantyExp.Value = dtp_dateAcquired.Value
End If
You are not too far from the correct code. Here goes...