tusconpapa
MIS
Dim Date1 <br>
Dim Date2<br>
<br>
'other setup stuff<br>
<br>
If Date1 < 01/01/1900 then<br>
Date1 = "" ' erase date1<br>
end if ' ok here <br>
[cursor goes to date2]<br>
(need a move cursor to start of date1)
Dim Date2<br>
<br>
'other setup stuff<br>
<br>
If Date1 < 01/01/1900 then<br>
Date1 = "" ' erase date1<br>
end if ' ok here <br>
[cursor goes to date2]<br>
(need a move cursor to start of date1)