Re: Prevent Users creating MDB files
- From: "Chris Mills" <phad_nospam@xxxxxxxxxxxxxx>
- Date: Tue, 19 Jul 2005 18:24:43 +1200
I admit, I haven't tried to load different menu's/toolbars for different
groups (hint: groups better than individual users if possible).
On a typical application, or so I imagine, it's unlikely to want ANYONE to
create new db's. So disable it for all in the application. If you have some
particular reason to create a db, I think I'd create it specifically in code
or something.
I read that you just wanted to disable creating mdb's, presumably from some
app you wrote and not necessarily from full Access. My apps just open up and
close down (so far as I know, equally <g>)
If you are looking to incorporate inherent group or security policies, I'd
have to bow out. I have never heard of a reason to need it, for the title
posted. You just remove the WDT (menus etc) for the whole app, from everywhere
a user can do it, don't you?
Menus and Toolbars can be customised through View, Toolbars. At least for
Forms and Reports, the menu and toolbar to be used is set through the Other
properties of the form or report. To make sure the user only sees your forms
or reports, you disable the database window in particular. Runtime Access does
that anyway, or you can do it in initialisation code or settings
(allowbypasskeys springs to mind)
Chris
"Adam Hall" <adam.hall@xxxxxxxxxx> wrote in message
news:eICdnZCjFHA.1948@xxxxxxxxxxxxxxxxxxxxxxx
> I agree. I took a look at the Group Policies, and it is possible to remove
> the menu options for File/New and File/Save kind of menu options, which can
> be applied to general users, then allow specified users and admins access to
> these menu options.
>
> Thanks for the reply
>
> Regards
>
.
- References:
- Prevent Users creating MDB files
- From: Adam Hall
- Re: Prevent Users creating MDB files
- From: Chris Mills
- Re: Prevent Users creating MDB files
- From: Adam Hall
- Prevent Users creating MDB files
- Prev by Date: Re: Prevent Users creating MDB files
- Next by Date: Re: Workgroup File
- Previous by thread: Re: Prevent Users creating MDB files
- Next by thread: Re: Prevent Users creating MDB files
- Index(es):
Relevant Pages
|