Access 2007 distributed application

  • Thread starter Thread starter DPT
  • Start date Start date
D

DPT

This probably doesn't belong here, but it was the closest I could find.

I have developed a shared database for the accounting, marketing, and
payroll departments. I have "split" the database and understand how to
distribute the front-end to each department.

However, I only want each department to have access to those portions of the
application that affects them. I have developed separate switchboards for
each department.

Is there anyway to "send" the specific switchboards to the departments
without making manual selections on each workstation?
 
On Fri, 20 Jun 2008 15:25:05 -0700, DPT

The way I would do that is to write code at startup time to check with
Active Directory for membership in various groups such as Accounting,
Marketing, etc.

-Tom.
 
Back
Top