Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2007, 11:33
ReViJa
 
Fecha de Ingreso: abril-2007
Mensajes: 187
Antigüedad: 17 años
Puntos: 1
Re: sincronizar list1 con text1 con bd

Prueba así...

Código:
Do
   List1.AddItem .Recordset.Fields(0).Value
   List1.ItemData(List1.NewIndex) = Recordset.Fields(x).Value
   .Recordset.MoveNext
Loop Until .Recordset.EOF
En Recordset.Fields(x).Value me refiero al ID.