Hi all VB Developers
I have a problem with associating data source to the textboxes in VB Report.
Note :- I am not using data environment.
I set the connection and recordset at the form itself and open the report
----------------------------
set myreport.dataso urce = recordset
myreport.show
-------------------------------------------
But how can I associate textboxes with the recordset.
Also I want to display all the records that matches the criteria.
I found a post in this forum but that does not contain this problem. Although it was helpful.
Please help I am in trouble.
I have a problem with associating data source to the textboxes in VB Report.
Note :- I am not using data environment.
I set the connection and recordset at the form itself and open the report
----------------------------
set myreport.dataso urce = recordset
myreport.show
-------------------------------------------
But how can I associate textboxes with the recordset.
Also I want to display all the records that matches the criteria.
I found a post in this forum but that does not contain this problem. Although it was helpful.
Please help I am in trouble.
Comment