Count record position within recordset

clares

Well-known Member
Joined
Mar 14, 2002
Messages
557
Hi there :banghead:

I am trying to display the current record number on my form (in a text box)
with the total records in my recordset in another text box (for example "Record 1 of 20").

I can get the total record count easy by building uisng the following code in the on_load event of the form. The code that I am using is:

=Count([tblCustomerQueryTracker]![CustomerQueryID])

however i'm having great difficulty (when using my next, previous buttons) to display the current record number. Please can anybody help me.

Thank you very much in advance
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,223,548
Messages
6,172,983
Members
452,496
Latest member
VC777

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top