Aug 12, 2002 #1 Frank336 MIS Aug 6, 2002 41 CA Im using VB6, CR8.5(RDC), Access 2000 (ODBC) Is there a way to make a report with data stock in an array ? Any code example ? With a recordset maybe ? Would it be simpler to make a table in a database and then take the data from there ? Any suggestions ?
Im using VB6, CR8.5(RDC), Access 2000 (ODBC) Is there a way to make a report with data stock in an array ? Any code example ? With a recordset maybe ? Would it be simpler to make a table in a database and then take the data from there ? Any suggestions ?
Aug 15, 2002 #2 AndrewBaines Technical User Apr 19, 2002 463 GB Put the array into an ADO recordset and pass the recordset to the report. Sample code on the CD for ADO. Andrew Baines Chase International http://www.chase-international.com Upvote 0 Downvote
Put the array into an ADO recordset and pass the recordset to the report. Sample code on the CD for ADO. Andrew Baines Chase International http://www.chase-international.com