For Each cn As Connection In Connections if cn.Name = str1 Exit For
Return
end if
Next
Connections.Add(str1,"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & str2 & ";Persist Security Info=False")