Can record counter number on form disappear

R

Robert

I there a property or some way to make the record-counting number at the
bottom of a form not show?

Robert
 
J

John W. Vinson

I there a property or some way to make the record-counting number at the
bottom of a form not show?

Set the "Navigation Buttons" property of the form to No.

I believe they come in a packet - the five << < > >> *> buttons and the
counter textbox. You can certainly program your own navigation buttons as a
replacement if you want the arrow buttons without the textbox.

John W. Vinson [MVP]
 
R

Robert

Thank you. I'm going to give it a try.
John W. Vinson said:
Set the "Navigation Buttons" property of the form to No.

I believe they come in a packet - the five << < > >> *> buttons and the
counter textbox. You can certainly program your own navigation buttons as
a
replacement if you want the arrow buttons without the textbox.

John W. Vinson [MVP]
 
Top