Hi, is there anyway to retrieve (in code) the number of records that are currently in the recordset of a form, after any filtering or querying has taken place. (i.e the number that is displayed next to the navigation buttons)
This has to be used from the same context as the currentrecord property is used. Recordcount is not really helpful because i dont really want to open another recordset.
The only way i can see at the moment is to move to the last record in code then check the me.currentrecord property and then move back to where you were.
However this is messy as you can see the cursor moving around on the screen.
Thanks a lot for any help.
Mark
This has to be used from the same context as the currentrecord property is used. Recordcount is not really helpful because i dont really want to open another recordset.
The only way i can see at the moment is to move to the last record in code then check the me.currentrecord property and then move back to where you were.
However this is messy as you can see the cursor moving around on the screen.
Thanks a lot for any help.
Mark