Ok, I am trying to make it so the ado control caption will show "Record x/y" where x = current record number and y = total number of records...

Using the ado.recordset.recordcount option i can set the y value, but I cant seem to find an option that will display the number for the current record.

Any help would be appreciated.

Herb Moyer