Examine the RecordCount of the RecordsetClone of the form.
For example:
=[Form].[RecordsetClone].[RecordCount]
If the form is based on a query or linked table, that might show 1 when the
form is first opened, and then update later once the records have been
loaded.
The count in the Nav Buttons increments when you move to the new record. If
you want to simulate that, use:
=[Form].[RecordsetClone].[RecordCount] - [Form]-[NewRecord]
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.