This is puzzling....
I'm developing an access application to be hosted on a SharePoint 2013 site. When the application is run in Access you get the navigation bar that displays a record count (in addition to record selector buttons and a filtered indicator}. When the same app is opened on SharePoint you do not get the nav bar. The record counts are missing.....
I've been asked to return the count of the filtered records (based on a set of selectors at the top of the form). There doesn't appear to be an RecordCount object associated with the subform or the dataset. The hidden counter field on the form trick doesn't work because I'm using a datasheet to display the values.
The question is... I know the Record Count is available, how can I get it to display on my web form?