If e.DataRow("D") < e.DataRow("C") Then
e.DataRow("B") = e.DataRow("A")
ElseIf e.DataRow("D") >= e.DataRow("C") Then
e.DataRow("B") = Nothing
End If