Hi, May i know after i open my database, what is the code for finding the number of rows in my table?
Set MyDatabase = DBEngine.OpenDatabase("C:\temp.mdb", True)
Set rcd = MyDatabase.OpenRecordset("tbl_Main")
rcd.MoveFirst
thanks in anticipation.
|
Results 1 to 6 of 6
Thread: Finding the Number of RowsThreaded View
|
Click Here to Expand Forum to Full Width |