Removing a datasheet form toolbar?

Cobo

Registered User.
Local time
Today, 02:33
Joined
Mar 3, 2010
Messages
17
Hello all!

I have a form with a datasheet. I would like to be able to remove the datasheet "toolbar", the one that has the buttons to navigate to next/previous, first/last records, the search field, etc...

It's just a stetic thing, but I haven't seen any option to remove it from the "Format" tab.

Any one knows if this is possible?

Thanks a lot!
 
Set the Form's NavigationButtons property to No.
Thanks a lot!

I remembered it could be done... the problem was that I was selecting the whole subform and I had to click on the upper left square of the form in order to see that option.

Thanks for helping!
 
Thanks a lot!

I remembered it could be done... the problem was that I was selecting the whole subform and I had to click on the upper left square of the form in order to see that option.
To correct you slightly - you weren't selecting the whole subform. You were selecting the subform CONTROL (control that houses the subform on the main form). By clicking the square in the left corner you were THEN selecting the whole subform. Hope that helps clarify to anyone.
 
To correct you slightly - you weren't selecting the whole subform. You were selecting the subform CONTROL (control that houses the subform on the main form). By clicking the square in the left corner you were THEN selecting the whole subform. Hope that helps clarify to anyone.
Oh! Thanks for correcting! This is what happens when being a newbie...

Thank you both!
 

Users who are viewing this thread

Back
Top Bottom