|
-
October 25th, 1999, 08:27 PM
#1
How to count columns of the MS Access database using Visual Basic programming?
Can anyone please tell me how to count the horizontal COLUMNS in Microsoft Access database using Visual Basic programming? Thank you.
-
October 26th, 1999, 07:43 AM
#2
Re: How to count columns of the MS Access database using Visual Basic programming?
your question is confusing. columns are never horizontal, they r vertical...considering u want to count the number of fields, i.e columns, open up a recordset and use the 'fields' property.
iFldCount = rs.fields.count
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|