To count records from a table
To count records from a table
Rate To count records from a table
(2(2 Vote))
rs.open "Select * from table",con,adopenstatic,adlockoptimistic
intcount=rs.recordcount
msgbox "Total records " & intcount
'be carefull to select adopenstatic
To count records from a table Comments
No comments yet — be the first to post one!
Post a Comment