Click to See Complete Forum and Search --> : VB6 Data Report


John Watson
May 25th, 1999, 11:50 AM
I posted the question about Crystal Reports below. Sorry for posting twice, but I just read elsewhere in this list that it is possible to use an existing ADO recordset as the data source for a VB6 DataReport, and then bind the report controls to the recordset fields. I tried

Set DataReport1.DataSource = [my recordset name]

but I keep getting the "Invalid Data Source"
message. Can anyone give me the code to do this with the Data Report?

Thanks,

John