kcwallace
06-24-2002, 11:31 AM
How do I at run-time determine the properties of a field (i.e. Name, size, datatype, etc.)
Thank you
Thank you
Field properties helpkcwallace 06-24-2002, 11:31 AM How do I at run-time determine the properties of a field (i.e. Name, size, datatype, etc.) Thank you Thinker 06-24-2002, 11:38 AM From the Recordset.Fields collection. rs.Fields(0).Name would be the name of the first field in the collection, and rs.Fields.Count would be the number of fields in the collection. kcwallace 06-24-2002, 11:49 AM Thank you. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum