Private Sub cmdImport_Click()
Dim blnNeedRollback As Boolean
Dim fso As New FileSystemObject
Dim intPointer As Integer
Dim intLoop As Integer
Dim objConn As ADODB.Connection
Dim objRec As ADODB.Recordset
Dim strField(1 To 7) As String
Dim strInputLine As String
Dim txtf As TextS