![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Using Access 2010. I am using a custom ribbon with startfromscratch=true. My custom tabs/buttons appear and work. However when a form is open in datasheet view, the contextual datasheet tab suddenly appears. This tab contains the button to switch to design view - something users should not have access to. I have found info on creating one's own contextual tab, but nothing on disabling the built-in one. How can this be disabled? -- AG Email: npATadhdataDOTcom |
#3
| |||
| |||
|
|
One of a form's properties to restrict views available; how about setting "allow datasheet view" to NO? You should also consider making your front end an MDE, so no design view or code access is possible. "agiamb" <NOSPAMagiamb (AT) newsgroup (DOT) nospam> wrote in message news:it5ihc$54m$1 (AT) dont-email (DOT) me... Using Access 2010. I am using a custom ribbon with startfromscratch=true. My custom tabs/buttons appear and work. However when a form is open in datasheet view, the contextual datasheet tab suddenly appears. This tab contains the button to switch to design view - something users should not have access to. I have found info on creating one's own contextual tab, but nothing on disabling the built-in one. How can this be disabled? -- AG Email: npATadhdataDOTcom |
#4
| |||
| |||
|
|
Thanks for the reply Ed. Some of the forms are datasheets, so turning that off is not an option. As for making the FE an accde, I am the subcontractor and the spec is an accdb. |
#5
| |||
| |||
|
|
Thanks for the reply Ed. Some of the forms are datasheets, so turning that off is not an option. As for making the FE an accde, I am the subcontractor and the spec is an accdb. |
#6
| |||
| |||
|
|
My current problem is not with the filter/sort options, but with the fact that the contextual tab gives users access to design view. What's with that? Shouldn't it be our decision as to whether or not users have design access? If you build your own main ribbon, using startFromScratch in the XML, |
#7
| |||
| |||
|
|
On 6/19/2011 8:54 AM, agiamb wrote: My current problem is not with the filter/sort options, but with the fact that the contextual tab gives users access to design view. What's with that? Shouldn't it be our decision as to whether or not users have design access? If you build your own main ribbon, using startFromScratch in the XML, and assign this ribbon in the startup properties, you will not get those contextual tabs. You can still use the built-in right-click menus on your forms if you like, although you may want to disable the design view buttons in your start-up code. Steve |
#8
| |||
| |||
|
|
Using Access 2010. I am using a custom ribbon with startfromscratch=true. My custom tabs/buttons appear and work. However when a form is open in datasheet view, the contextual datasheet tab suddenly appears. This tab contains the button to switch to design view - something users should not have access to. I have found info on creating one's own contextual tab, but nothing on disabling the built-in one. How can this be disabled? -- AG Email: npATadhdataDOTcom |
#9
| |||
| |||
|
|
Thanks for the reply Steve, but as I mentioned in my original post I am already using startfromscratch=true. Only my custom tabs are shown, except for the contextual tab, which I can't seem to turn off. |
![]() |
| Thread Tools | |
| Display Modes | |
| |