Para c = 1 a rs7.Fields.count - 1 '
Si rs7.RecordCount > 0 entonces
strCurrTxt = ""
strCurrTxt = rs7.Fields (c) 'no necesitar el primer campo no utiliza b-1
MsgBox “1: ” y strCurrTxt
el strCurrTxt = substituye (strCurrTxt, “y”,” y “, 1)
MsgBox “2: ” y strCurrTxt
'Si InStr (1, strCurrTxt, “&") > 0 entonces
'msgbox “instring”
el 'strCurrTxt = substituye (strCurrTxt, “y”,” y “, 1)
'Terminar si
rs8.AddNew
¡rs8! Exportación = strCurrTxt
rs8.Update
MsgBox “3: ¡” y rs8! Exportación
rs8.Bookmark = rs8.LastModified
el strCurrTxt = “NINGUÌN TEXTO ENCONTRÓ”
msgbox “rotura y cheque”
Terminar si
'rs7.MoveNext
C siguiente
|