Posts: 11
Score: 0
Joined: 5/23/2001
From: USA
Status: offline
Use the Recordset.Fields object. Each field in the recordset is represented by a Field object in that collection, of which you can access the Name property.
You could probably do a for each loop through that collection, and pull out the name of the field each time through.