Return a Record set into a table?
If I am using a while wend loop to return only the records I want from the Database(MS Access) can I use those values to fill in a table. Or do I have to use the The fields Collection.
I retrive the records I want with the below script, the connection and everything is already made. But can I take those valuse and use them in a table. Also I need it to display all records in the fields I want so if I add or delete it will change with the DB. Any help would be great, Thanks!!!!
While Not objRecordset.EOF
Response.Write objRecordset("ISBN")
objRecordset.MoveNext
wend
__________________
-----------------------------------------------------------
\"Don\'t follow someone who\'s not going anywhere\" John Mason
|