how to know quantity of rows selected

D

David

when I select multiple rows in a database, I don't see any
number anywhere that tells me how many rows I selected.
Please let me know how to determine how many rows I've
selected.

Please e-mail me direct: [email protected]

THANKS!
 
V

Van T. Dinh

I don't know of the method for the DatasheetView of a Table or a Query but
for the DatasheetView of a Form, you can use the SelHeight Property to see
how many Records/rows are selected.

--
HTH
Van T. Dinh
MVP (Access)


P.S. If you post here, come back here to see replies. If you can't bother
to come back to see the replies, then most potential respondents can't be
bothered to reply to your question, either.
 
Top