Counting rows

Insentive

Registered User.
Local time
Today, 22:04
Joined
Mar 12, 2008
Messages
13
How do you count the amount of rows in a specific table using VBA ofcourse.
 
Open the table as a recordset then do a .movelast and a .movefirst. The number of records(rows) can be obtained from.recordCount
 
:o so how am i gonna put that together?
 
:o so how am i gonna put that together?

You could try reading Access help and looking at the examples for the commands I mentioned. That way you will learn something

or

You could hire somebody to do the work for you.
 

Users who are viewing this thread

Back
Top Bottom