
June 5th, 2012, 03:54 PM
|
|
Contributing User
|
|
Join Date: Oct 2006
Posts: 142
Time spent in forums: 11 h 32 m 7 sec
Reputation Power: 7
|
|
|
Access items in a RecordSet
Hi,
I have a recordset from data pulled in from SQL Server. I'm wondering how I can access specific items in that recordset?
I printed rst.RecordCount and I see there are 9 records. However, if I try to access anything larger than rst.fields(0), for example, rst.fields(1), it gives me an error saying that item is not found in this collection. How would I access the other 8 items? Thanks
__________________
Cheers,
Fred Liu
|