Hide Record Bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a form with subform on it and at the bottom it has the bar that shows
which record you are on out of how many records in the database/table.

Is there a way of removing this bar. I dont need the people accessing the
forms to see how many records there are.

Thanks in advance
 
The counter is part of the navigation buttons, on the left of the horizontal
scrollbar.

In design view, you can set the properties of the form so the Navigation
Buttons property is No.

Set the form's Scroll Bars property to Vertical Only or perhaps None if you
want to clear the space across the bottom as well.
 
thanks


Allen Browne said:
The counter is part of the navigation buttons, on the left of the horizontal
scrollbar.

In design view, you can set the properties of the form so the Navigation
Buttons property is No.

Set the form's Scroll Bars property to Vertical Only or perhaps None if you
want to clear the space across the bottom as well.
 
Back
Top