Prueba de esta forma y nos cuentas...
Control=false
sql = "SELECT referencia,descripcion from conexiones "
if ctipo<>"todos" then
sql = sql & " where tipo LIKE '%"&ctipo&"%' "
Control=true
end if
if cangulo<>"todos" then
if Control then
sql = sql & " and angulo LIKE '%"&cangulo&"%'"
else
sql = sql & " where angulo LIKE '%"&cangulo&"%'"
Control=True
end if
[email protected]