Gustav Brock
gustav at cactus.dk
Thu Oct 14 12:04:26 CDT 2004
Hi Susan Without having read your article I think this may be a concern only for ODBC attached tables. But I haven't studied it closely. /gustav > Some recordsets support the RecordCount property, some don't. Those that do > don't require the move through the records to get a count. Just refer to the > RecordCount property. Just wrote an article on it for Inside Microsoft > Access -- should be out this winter sometime. > Susan H. > Mmmzzz don't wanna be fuzzy but one remark about the codesample though just > in case others wanna use it... To use a recordcount if I remember well, you > should always do a rs.movelast and a rs.movefirst first to populate the > recordset and get a reliable recordcount.