Position of navigation buttons

  • Thread starter Thread starter Carl Rapson
  • Start date Start date
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
 
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.
 
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.
 
Back
Top