Hi,
I am new to access, so this may be a problem that is very simple to solve.
I have a form that contains a sub form. Depending of the selection from the combo box on the main form a number of records are returned in the sub form. I can see how many from the navigation bar at the button of the form.
Is there a way of displaying the "1 of 5" visible in the sub form bottom navigation bar in a text box? There is a page number button for reports in the ribbon but this is not available for forms.
I have tried adding a text box with ="Page " & [Page] & " of " & [Pages] as the control source but get a #Type error.
Any help appreciated.
I am new to access, so this may be a problem that is very simple to solve.
I have a form that contains a sub form. Depending of the selection from the combo box on the main form a number of records are returned in the sub form. I can see how many from the navigation bar at the button of the form.
Is there a way of displaying the "1 of 5" visible in the sub form bottom navigation bar in a text box? There is a page number button for reports in the ribbon but this is not available for forms.
I have tried adding a text box with ="Page " & [Page] & " of " & [Pages] as the control source but get a #Type error.
Any help appreciated.