Using the Access wizard, I have created a database and want to display the number of records currently in the database, or better still allow the current record / total records in database to be shown.

The ADODC shows the number of records in the database but, I have turned the visable property to false (ADODC) and created two buttons in place of. They are Previous and Next.

I want to beable to display, current and total records using a label on the form.

Thanks