Code:
If TxtName2.Text = "" Then
            MsgBox("please give a Folder Name")
            Exit Sub

        Else
            qry1 = "insert into soft (Folderneym"
            qry2 = ") values ( " & TxtName2.Text & "'"
        End If
--> what could be the problem with this code? I erased a double quote, and spaces but it all appears to...