Navigation buttons - subform

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

Guest

I have a subform based on a filtered query within my main form. I would like
to remove the display of the navigation buttons at the bottom of the subform.
I have determined that if I wanted to do this for the main form I would
change the property navigation button to No but this option is not there for
the subform.
 
If you open the subform alone, not within your main form, and open the form
properties, you should see the Navigation Buttons property as normal and be
able to change this to No.

Dan.
 
Just to be sure that you are looking on the forms properties and not on the
properties of another control in the form.
While the Sub Form is open in design view click on the top left corner of
the sub form, look at the properties box, and select the TAB that display all
properties, now look for the navigation buttons property.
 
Thanks, I was able to do that but when I open the main form the navigation
button s for the subform are still there.
 
Sorry, my mistake, I had the query as the subform & not the subform sourced
with the query. Thanks
 
Back
Top