G
Guest
I am trying to count the number of rows in a datset called dsBooks I have an access DB named HomeBooks with a table name book
I am using this code to count the number of rows in the datase
"Dim holdmycoun
holdmycount = dsBooks.books.Rows.Count +
msgbox (Holdmycount)
When I run it, the message box always shows 1. Even though there are 10 rows presently in the dataset/access databas
The message box should be saying 1
I need help
I am using this code to count the number of rows in the datase
"Dim holdmycoun
holdmycount = dsBooks.books.Rows.Count +
msgbox (Holdmycount)
When I run it, the message box always shows 1. Even though there are 10 rows presently in the dataset/access databas
The message box should be saying 1
I need help