Guest_imported
New member
- Jan 1, 1970
- 0
I am creating an application where in there are 6 tables at the back-end. Now, i want the users to generate customized reports for themselves. For this I want to allow them to pick their own fields from all the tables and make a report. I want to list all the fields available in different list boxes. But how do i add the fields in the list boxes. I have used ADO control. I tried the following-
For Counter = 1 to adoabc.recordset.fields.count
lstxyz.additem adoabc.recordset.fields.???????
next counter
now what do i put in place of "?". Also, is there any other way i can take care of this problem?
A hint on the same will be appreciated.
thanks
For Counter = 1 to adoabc.recordset.fields.count
lstxyz.additem adoabc.recordset.fields.???????
next counter
now what do i put in place of "?". Also, is there any other way i can take care of this problem?
A hint on the same will be appreciated.
thanks