Hi All,
When a splitform (or maybe datasheet form) is initially opened and no action is done, at the bottom in the navigation section where you can see the number of records, it's initially blank. If you click in a field then you see the number of records. Additionally, if you go to the Ribbon and click "Refresh All", you also see the number of records.
Essentially, I would like the equivalent of "Refresh All" to be programmed, meaning, when a form loads I would like the number of records to be displayed at the bottom without the user having to click or anything. In my case the lack of clicking is significant since the "fields" the user could click are all hyperlinks (and besides, the user shouldn't have to do anything for the number of records to be generated). Me.Requery and it's siblings hasn't worked. I've checked the internet and this same question has been asked, and Me.Requery has been stated as a solution, but just like me, the originator of the question said it didn't work.
Does anyone know how to program the equivalent? Thanks.