Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/12/2011, 15:01
carnero
 
Fecha de Ingreso: noviembre-2009
Mensajes: 315
Antigüedad: 14 años, 5 meses
Puntos: 0
Respuesta: Data report y rstmovenext

hola como estan, quiero saber como hago un reporte con el recorset con mas de un registro.
por ejemplo tengo

for i = 0 to list1.listcount -1

sql= "select * from lala where id = list1"
open.rst

while rst.eof = false

rst.field("0") agregar datareport
rst.field("1") agregar datareport
rst.field("2") agregar datareport

wend
next

estoy trabajando con visual basic 6.0
y acceses 2007.

Última edición por carnero; 04/12/2011 a las 15:08