Number of columns in Access table

Does anybody know how to get the number of columns in an Access table or a recordset ?
Thank you in advance
[116 byte] By [locus86] at [2007-11-18 5:52:24]
# 1 Re: Number of columns in Access table
rs.fields.count

where rs is the recordset

Satish
Satishpp at 2007-11-9 13:33:36 >