Existence of Field Name in Record Set



I did find reference to the question in a search of google groups, but
I couldn't find a clear answer.

I need, essentially,

if rs.Fields("X") exists Then _
do something

where rs is an ADO recordset and "X" is a particular fieldname

Is there an easy way to do this?

thanks, --thelma
.


Loading