The only way I know how is to create your own set of buttons and unbound textboxes. Then write OnClick event code for each of them.
In the form's OnCurrent event you'll need to test for first and last records, and disable the respective buttons when you can't go in that direction any more. And here is where you set the numbers for current record and total records in the unbound textboxes.
It'll make you appreciate the Yes/No functionality of the form's Navigation Buttons property.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.