Hi guys - one more problem i couldn't figure it out .
I have a form which displays a set of records and i want to display on top of the form the number of the record the user is looking at out of the total records .
I hope u understand what i'm looking for .
for example i want to display something like this
" record : 1 out of 50 found "
i know how to display the total cose is just a count of all records but what about the "1" how do i make it to display and to incremet each time the user clicks to see the next record?
Thanks
I have a form which displays a set of records and i want to display on top of the form the number of the record the user is looking at out of the total records .
I hope u understand what i'm looking for .
for example i want to display something like this
" record : 1 out of 50 found "
i know how to display the total cose is just a count of all records but what about the "1" how do i make it to display and to incremet each time the user clicks to see the next record?
Thanks
Comment