Like I posted, earlier. TRIM the value to remove whitespace before and after the value, then check for length.
<cfif len(trim(form.company2)) gt 0> <!--- IF the length of trimmed value has a length greater than 0, it has something in there; otherwise, it's blank. --->
^_^