JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Finding out the number of records?
ADODB is the newer than DAO (right now, drastically newer)... as far as "normal records" I'm unaware to what you're referring to... unless it is DAO... but even DAO has a .RecordCount
If you don't know what DAO is either, you'll have to post whatever code you have -- for those are the only two items used for databases.
The only other thing I could think of is you might be referring to a dynamic array (ex: dim tmp() as string : redim tmp(5) ), in which case, you use LBound & UBound (for lower and upper number, typically always 0 for the lower, while the upper is what it's dimensioned or redimensioned for).
[Edited by JLRodgers on 16-10-2005 at 12:18 PM GMT]
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|