OK, i was trying to do a report in crystal reports. mind u all, i've never done reporting thru any data reports except for thru excel.

now it turns out that i have absolutely no idea on creating reports without using a data environment.

i am using ado connection. i have the recordset ready. i do have the report ready too. just that i dont know how to bind the recordset to the fields in the report.
VB Code:
  1. CrystalReport1.Database.SetDataSource dbRS
says error 9, subscript out of range.

does anybody have a step by step tutorial on this? this is urgent and i am ready to sleep. sorry, not even have time for a search right now.

thank you.