Position of navigation buttons

C

Carl Rapson

Is it possible to control the positioning of the navigation buttons on a
form? My form has a command button that the user clicks to close the form,
and I would like to have this button positioned below the navigation
buttons. Is this possible, or will I have to create my own navigation
buttons?

Thanks for any information,

Carl Rapson
 
F

fredg

Is it possible to control the positioning of the navigation buttons on a
form? My form has a command button that the user clicks to close the form,
and I would like to have this button positioned below the navigation
buttons. Is this possible, or will I have to create my own navigation
buttons?

Thanks for any information,

Carl Rapson

You have no control over the navigation buttons, other than showing or
hiding them.
Create your own using command buttons.
 
C

Carl Rapson

Thanks, Fred.

Carl Rapson

fredg said:
You have no control over the navigation buttons, other than showing or
hiding them.
Create your own using command buttons.
 
Top