Creating a Transactional Tracking Database

marshymell0

New member
Local time
Today, 11:36
Joined
Dec 20, 2012
Messages
3
Reading the fourms, I believe I am looking to create something called a "transactional" database that tracks historical information.

I want to track and keep a record of employees at my organization who have had disciplinary action. We currently have a 5 step approach leading to termination.
Eg. Step 1: receive Letter #1 Step 2: receive letter #2 + manager meeting step 3: receive letter 3 + manager and director meeting, etc etc.

I believe this is transactional because for each employee, we would need to see when they received the letter in the past, and an employee may receive two or three "step 1 letter 1" notices due to whatever circumstance.

I stumbled upon this database and I found the bottom part where you Add/Edit Employee is what I am looking to do...except I can't Design view or anything to see how all this cool stuff is done! The link is: access-programmers.co.uk/forums/showthread.php?t=154187

Essentially, I want to create a user friendly database like the link above where a clerk/admin assistant can open Access, search for an employee by name or department or manager, and then be prompted to add information such as Letter #2 delivered, manager meeting occured, employee signature, etc.

Would someone be able to help me get started or direct me to where I can get more information to do this?
 
The key to any successful database application is setting up the appropriate table structure (tables and the relationships between the tables). So that has to be done before working on forms, queries and reports. The database in the link you provided is strictly an attendance database, so it will not cover the disciplinary approach you describe.

In order to layout your table structure you need to analyze the business processes that you hope to include in your database. You of course mentioned the disciplinary actions. What else do you want your database to do?
 

Users who are viewing this thread

Back
Top Bottom