Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 1 / January 2006

Tip: Looking for answers? Try searching our database.

Need configuration help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hank - 10 Jan 2006 14:31 GMT
As our database runs, there are occasions where someone in the
organization should be notified about significant events, such as
automatically advising the Design Engineer when a new part has been
added or the Production Manager when some other event has happened.
For these notes I use a little Instant Messaging system I built into
our database, that I call TMail. It allows quick messages to be sent
around from person to person, without having to leave the database.
    As this same code (but different backend) is running in three
different companies, I cannot, should not, hardwire the IDs of these
key people.  I have a [Configuration] Table where, among other things,
I have my own Employee ID entered as [Super User ID] for system level
things that happen that I would like to be informed about.
    My question: Is the most elegant solution to add fields to the
[Configuration] Table like [Engineer ID], [Owner ID], [Production
Manager ID], et cetera, so that from company to company the relevant
Employee IDs could be entered and the proper people could be notified?
    Even if I used normal Email, I would still need to identify the
appropriate person in each company to receive the mail.  How have you
handled this situation?
Thanks,
Hank Reed
lesperancer@natpro.com - 10 Jan 2006 15:10 GMT
so you have types of notifications
  engineer, owner, productionMgr, etc

and you have groups of people that will receive one or more types of
notifications

so you need
tblNotificationType
  notificationTypeID
  notificationType

tblEmployee
   employeeId
   employeeName

tblEmployeeNotification
   employeeId
   notificationId

that's what I would do
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.