Forum Moderators: open

Message Too Old, No Replies

MS Access Form Row Count

How can I read the count of rows in an MS Access Form...

         

epsrx

9:15 pm on Sep 25, 2005 (gmt 0)

10+ Year Member



Hello,

How can I read the count of rows in an MS Access Form through module code? Is there a form method that returns the number of rows?

Regards,
EPSRX

mattur

10:07 am on Sep 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Me.RecordsetClone.RecordCount

epsrx

7:11 pm on Sep 27, 2005 (gmt 0)

10+ Year Member




Thanks a million.