Displaying record position on a form

A

Angel b1

Im using DoCmd.GoToRecord commands to navigate between records displayed on
a form. Is there a way I can also display record position on a from using
DoCmds ? Example – record 1 of 100, record 2 of 100.
 
J

Jonathan Parminter

-----Original Message-----
Im using DoCmd.GoToRecord commands to navigate between records displayed on
a form. Is there a way I can also display record position on a from using
DoCmds ? Example â?" record 1 of 100, record 2 of 100.
.

Hi,

you can use a variable that increments and decrements as
you navigate from record to record, combined with
me.recordset.recordcount

luck
Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top