I saw this thread before but the search is down, so I can't look for it.
I created an ADO recordset with a few records on it. How do I get the total recordcount and the position of each record (i.e Record 2 of 25).
Also, I have a Next and Previous buttons to navigate through the recordset. Although I coded for EOF and BOF, when the beginning / end of file is reached, an empty record is displayed before the first / after the last record.
I created an ADO recordset with a few records on it. How do I get the total recordcount and the position of each record (i.e Record 2 of 25).
Also, I have a Next and Previous buttons to navigate through the recordset. Although I coded for EOF and BOF, when the beginning / end of file is reached, an empty record is displayed before the first / after the last record.