473,836 Members | 2,305 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Adding Employee comments

I am in the process of building an employee database for use by the
management team here. They current have Access 97 (I am working on
getting them to upgrade to at least 2000). For the most part I have it
under control. There are several points that have popped up as wanted
features and I need to verify somethings.

1. We now want to add the ability to add comments/notes with time and
date stamps to an employees record. These comments will be permanent
and only removable by the database admin once added. We also want a
list of the comment subject to show in a subform, sorted by time/date
entered, when viewing a specific employee (this part seems pretty
simple). As well as stamping the user id logged into teh database
entering the notes. As far as the comments go, I have assumed the
following:

There will need to be a table for employee data and one for comments
(example below)

TABLE NAME: tblEmployees
TABLE FIELDS: Emp_ID, Comment_ID, Emp_FirstName, EmpLastName

TABLE NAME: tblComments
TABLE FIELDS: Comment_ID, Emp_ID, Comment_Notes, Comment_TimeSta mp

I am having difficulty with the relationships in this situation as
well. Is my thinking along the correct path?

2. Web based tool. I don't think this will be a huge deal once the
database itself is working as designed. Is there anything specifc
about multi-user access to the database that anyone is aware of?

3. Being able to pull data from other applications like BluePumpkin &
Avaya CenterVu from within the MS Access application. I have never
attempted this before, any information that you may have pointing me
in the right direction would be appreciated. I have linked to Excel
documents and other Access databases before with no problem.
Nov 12 '05 #1
1 1741
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Your tables should be like this:

tblEmployees
Emp_ID, Emp_FirstName, EmpLastName

tblComments
Comment_ID, Emp_ID, Comment_Notes, Comment_TimeSta mp

The relationship between both tables is a 1-to-many (tblEmployees [1],
tblComments [Many]) link thru the Emp_ID.

I'm not familiar with BluePumbkin and Avaya CenterVu. If they are
databases with ODBC drivers you can link to them as you'd link to any
ODBC data sources. If they are "something else" - find out if they
can be used as OLE servers & just open them that way - see the
GetObject and CreateObject methods in the Access Help file. You'll
also need to read any documentation the respective companies have on
their s/w's object models.

HTH,

MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBP/oOpoechKqOuFEgE QJR4ACg8rj3CcBM nZWSguDbRCw8e5a YmWQAoMwY
5y4pcFgzGXo/Z7+rynUgBfzB
=s1l5
-----END PGP SIGNATURE-----
Jonnie wrote:
I am in the process of building an employee database for use by the
management team here. They current have Access 97 (I am working on
getting them to upgrade to at least 2000). For the most part I have it
under control. There are several points that have popped up as wanted
features and I need to verify somethings.

1. We now want to add the ability to add comments/notes with time and
date stamps to an employees record. These comments will be permanent
and only removable by the database admin once added. We also want a
list of the comment subject to show in a subform, sorted by time/date
entered, when viewing a specific employee (this part seems pretty
simple). As well as stamping the user id logged into teh database
entering the notes. As far as the comments go, I have assumed the
following:

There will need to be a table for employee data and one for comments
(example below)

TABLE NAME: tblEmployees
TABLE FIELDS: Emp_ID, Comment_ID, Emp_FirstName, EmpLastName

TABLE NAME: tblComments
TABLE FIELDS: Comment_ID, Emp_ID, Comment_Notes, Comment_TimeSta mp

I am having difficulty with the relationships in this situation as
well. Is my thinking along the correct path?

2. Web based tool. I don't think this will be a huge deal once the
database itself is working as designed. Is there anything specifc
about multi-user access to the database that anyone is aware of?

3. Being able to pull data from other applications like BluePumpkin &
Avaya CenterVu from within the MS Access application. I have never
attempted this before, any information that you may have pointing me
in the right direction would be appreciated. I have linked to Excel
documents and other Access databases before with no problem.


Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
3839
by: pablo | last post by:
Dear NewsGroupers, I am relatively new to OOP and cannet get my head around this problem. I have two classes. Class Child extends Parent. There is no constructor for the Child class. So when I create a child object the constructor for the parent object is called. That works fine. But now I have the problem that I want to add an already existing Parent object to create a new Child object. How can this be done?
2
2326
by: manohar.shankar | last post by:
Hi, I have been searching on this topic for quite sometime and didnt get any answer. Is there a way I can extend/add methods/properties to a C# class during runtime. eg., I have class: public class MyClass {
0
3000
by: Adam J. Schaff | last post by:
Hello. I have a custom collection that implements IBindingList (allownew and allowremove are both true). I have bound it to a datagrid. I have add and remove buttons on the screen. I want to implement those buttons, but I'm not sure what the code should look like. I tried what I thought was obvious code: myCollection.AddNew() and
3
1560
by: blue875 | last post by:
Ok, this has totally stumped me. I have an MS Access form that is linked to a table. No ODBC calls are needed; the tables are stored in a server that users have full access to. We have a new employee now, and we have given the employee: 1) the same version of Access Runtime that every other user has 2) SYSTEM.MDW (I know, bad, but it's what we're using....this isn't the issue), and the employee is added to the workgroup as User and...
0
1353
by: chrisbenoit06 | last post by:
Howdy...anyone able to assist me in adding the function to calculate the gross pay, and also the calculation and printing of the totals of hours and gross pay....thoughts? /* Purpose: This program calculates the gross pay for employees. * It allows the user to enter employee numbers, hours worked, * and rates of pay, and calculates the gross pay. * User input terminates when employee number is 0. * ...
0
1213
by: AZRebelCowgirl73 | last post by:
I have designed a program according to the specifications required except for two things! I need to somehow set a 70 hour limit to the HE employees hours worked, and the weeks should be no less than 1 and no greater then 52. Can anyone help me? Here is my Program! Thanks in advance! ALI :P import java.util.*; public class Project2 { public static void main(String args) {
2
2108
by: abhimanyu singh | last post by:
i m facing a serious probs now a days............ its seems easy but for me i found it difficult......... i want to do transformation usig xsl and xml(adding parameter). for IE its working fine but for other browser like-firefox,opera its not working......... i m giving u my complete xml,xsl and transformation code....u only paste and check why it is not working for other browser.....and correct it and let me know......this is really a big...
1
1508
by: Kristilee | last post by:
I am working with an attendance database that holds records for each employee for when they are absent. For every 30 days WORKED for each employee I need to have the database automatically add a record. (it's an overly complicated attendance policy) Can this be done with a query and SQL or will I have to code in VBA? I am not super proficient in this so any detailed help would be great. I know the syntax for adding records but am not sure...
1
1598
by: Steve | last post by:
This may be a dumb questions please forgive I have a form that shows a list box that links to a table with 7 employee names The form does not show employee key. When adding record to master table I only need to add employee key. So if I've entered a record for John Doe who has an employee key of 4. How do I insert the number 4 into my master table? The user selected John Doe in the box.
0
9810
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10527
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10571
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10241
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9358
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6973
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5812
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4441
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.