I need to be able to add a vertical scroll bar to an Access 2013 NavigationControl. There are no scroll bar options listed under NavigationControl properties.

There is an example in the on-line manual like:

Forms("Navigation Form").Controls("NavigationControl0").ScrollBarAli gn = 2

but the VBA compiler shows an Invalid Reference error.

I do understand that a scroll bar only is visible if the control's available space has been filled up. In the case of NavigationControl this is a number of rows that contain push button controls.

Thank you very much for your assistance.

Robert Robinson