in message:
We have just developed a small database with Access 97 for
end users.
We use the Switchboard Manager for navigation. We would
like to know should we allow the user to access
the "Change Switchboard Item" control ? If not, how can
we disable it ? And how can we get it back for our
maintenance ?
My three thoughts on the first question:
1. No
2. No
3. And, No
I see no compelling reason to ever allow end users to re-open the Switchboard
Manager Wizard (SBM). If you have properly provided all the essential user-
interface elements (forms and reports), why would they need to access
this function?
The SBM Wizard itself should only be used the developer. If you followed some
naming conventions for your database objects, they may seem "foreign"
when your users see these objects listed in the wizard forms. Also, you
just open Pandora's box by giving users free reign to do whatever they
want. What if you have a lot of macros and they decide "I wonder what
<this> does?" So they select that option and then weird things start to
happen.
If your users want to change something, just have them let you know.
If you have sufficiently gathered their thoughts and needs, then this should
not be happening a lot.
Now to your second question: "If not, how can we disable it?"
Well, you do not *disable* it per se, you simply remove that option
from your switchboard pages so your users never see it. It sounds
like maybe you are using an MS template that usually has this option
on one of their pages. Just re-run the wizard and delete that option
from the page. Do you know how to do that? If you need help, just
post back and I'll walk you through the process.
Now to your third question: "And how can we get it back for our maintenance?"
You as the developer simply launches the SBM from the Add-In list
whenever you want to make changes. Then re-distribute a new front-end
(FE) file to the users.
Does that help?
Post back if you need further guidance.