Function Fix Line

11 October, 2006

</p>
<p>Function FixLine(varValue As Variant) As Variant<br />&nbsp;&nbsp;&nbsp; ' if varValue is Null, FixLine returns Null.<br />&nbsp;&nbsp;&nbsp; ' Otherwise, it returns the field value passed in<br />&nbsp;&nbsp;&nbsp; ' with a Cr/Lf on the end.<br />&nbsp;&nbsp;&nbsp; FixLine = varValue + vbCrLf<br />End Function</p>
<p>