Per c = 1 a rs7.Fields.count - 1 '
Se rs7.RecordCount > 0 allora
strCurrTxt = ""
strCurrTxt = rs7.Fields (c) 'non avere bisogno del primo campo non usano b-1
MsgBox “1: „ & strCurrTxt
lo strCurrTxt = sostituisce (strCurrTxt, “&„,„ e “, 1)
MsgBox “2: „ & strCurrTxt
'Se InStr (1, strCurrTxt, “&") > 0 allora
'msgbox “che instring„
'lo strCurrTxt = sostituisce (strCurrTxt, “&„,„ e “, 1)
'Concluder se
rs8.AddNew
rs8! Esportazione = strCurrTxt
rs8.Update
MsgBox “3: „ & rs8! Esportazione
rs8.Bookmark = rs8.LastModified
Altrimenti
lo strCurrTxt = “NESSUN TESTO HA TROVATO„
msgbox “rottura e controllo„
Concluder se
'rs7.MoveNext
C seguente
|