<div dir="ltr">Hi;<div>I have an dbf file that identifies the condition of roads defined by intersecting streets i.e</div><div><br></div><div><table border="0" cellpadding="0" cellspacing="0" width="256" style="border-collapse:collapse;width:192pt">
 <colgroup><col width="64" span="4" style="width:48pt">
 </colgroup><tbody><tr height="20" style="height:15pt">
  <td height="20" width="64" style="height:15pt;width:48pt"><b>Street</b></td>
  <td width="64" style="width:48pt"><b>From</b></td>
  <td width="64" style="width:48pt"><b>To</b></td>
  <td width="64" style="width:48pt"><b>Condition</b></td>
 </tr>
 <tr height="20" style="height:15pt">
  <td height="20" style="height:15pt">Bods Rd</td>
  <td>Frank St</td>
  <td>Fred Cr</td>
  <td>Good</td>
 </tr></tbody></table><br></div><div>What I would like to do is iterate through the dbf and split each street based on the intersection of From and To.</div><div>Any ideas?</div><div>Tyler</div></div>