Para c = 1 a rs7.Fields.count - 1 '
Se rs7.RecordCount > 0 então
strCurrTxt = ""
strCurrTxt = rs7.Fields (c) 'não precisar o primeiro campo não usa b-1
MsgBox “1: ” & strCurrTxt
o strCurrTxt = substitui (strCurrTxt, “&”,” e “, 1)
MsgBox “2: ” & strCurrTxt
'Se InStr (1, strCurrTxt, “&") > 0 então
'msgbox “que instring”
'o strCurrTxt = substitui (strCurrTxt, “&”,” e “, 1)
'Terminar se
rs8.AddNew
rs8! Exportação = strCurrTxt
rs8.Update
MsgBox “3: ” & rs8! Exportação
rs8.Bookmark = rs8.LastModified
Mais
o strCurrTxt = “NENHUM TEXTO ENCONTROU”
msgbox “ruptura e verificação”
Terminar se
'rs7.MoveNext
C seguinte
|