Forms & Subforms

D

dkw614

Is there a way to supress the navigation bar at the bottom of nested subforms
in order to reduce confusion during data entry?

Thank you.
 
A

Allen Browne

You can open the form directly from the Database window.
Set its NavigationButtons property to No.
Set ScrollBars to Verical Only to release the space as well.
 
Top