R
RJ
I have a fe/be application in Acc 2003 and I am starting to look at Acc 2007.
There are some new features in 2007 that I would like to incorporate into
the app. One of the features NO LONGER AVAILABLE in native 2007 is user
level security (ULS).
I was using ULS to keep users out of design mode on forms, query etc. If
the FE is opened by a user (as opposed to a developer as defined in ULS) the
app made sure that it was being run in run time mode only. It also prevented
anyone with Access using the standard ADMIN user from opening the fe or be.
While I realize that a power user who has the will could break this, it works
pretty well for my environment. If I convert to 2007 is there a way (in
code) to make sure that a user cannot get into design mode. I guess I could
check that if the current db is an mde (accde in 2007 ) that it runs with
/Runtime option.
Any thoughts or other tricks to keep users out of design mode? Has anyone
converted to native 2007? Any horror stories?
There are some new features in 2007 that I would like to incorporate into
the app. One of the features NO LONGER AVAILABLE in native 2007 is user
level security (ULS).
I was using ULS to keep users out of design mode on forms, query etc. If
the FE is opened by a user (as opposed to a developer as defined in ULS) the
app made sure that it was being run in run time mode only. It also prevented
anyone with Access using the standard ADMIN user from opening the fe or be.
While I realize that a power user who has the will could break this, it works
pretty well for my environment. If I convert to 2007 is there a way (in
code) to make sure that a user cannot get into design mode. I guess I could
check that if the current db is an mde (accde in 2007 ) that it runs with
/Runtime option.
Any thoughts or other tricks to keep users out of design mode? Has anyone
converted to native 2007? Any horror stories?