Hi All,
I am looking for a way to count rows in datagrid.
The code I have goes something like this:
Data1.DatabaseN ame = Mydata.mdb
Data1.Recordsoo urce = Select * Table1 Where Class = 3 And Group=2
Data1.Refresh
How can I count the number of current rows/record in a datagrid. Any Help will be greatl appreciated.
Regards
I am looking for a way to count rows in datagrid.
The code I have goes something like this:
Data1.DatabaseN ame = Mydata.mdb
Data1.Recordsoo urce = Select * Table1 Where Class = 3 And Group=2
Data1.Refresh
How can I count the number of current rows/record in a datagrid. Any Help will be greatl appreciated.
Regards
Comment