PC Review


Reply
Thread Tools Rate Thread

Analysis Question

 
 
=?Utf-8?B?QnVua3k=?=
Guest
Posts: n/a
 
      2nd Apr 2007
I have a table that contains about 35 different data elements concerning the
grading of a phone call. Normally, the supervisor listens to the call and
grades it based on the data elements being evaluated. However, the Quality
Manager was wondering what element was being missed the most. Each associate
can have 3-6 monitoring scores per week. The scoring can be either all or
none of the points associated with that element. Example: Appropriate
Greeting is worth 2 points; the associate must get either 2 points or none.

With all this being said, how should I approach this? In other languages,
ie COBOL, I know exactly what I would do, but with access I am rather
hesitant. Any ideas, would be appreciated.


 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      2nd Apr 2007
I can't be sure from your description, but it sounds like you are using
columns to hold different "gradings of a phone call". If so, this sounds
more like a spreadsheet than a relational database.

If you are saying that, for any given phone call, zero, one or more elements
of the call could be graded, by zero, one or more supervisor-types, then
your table might need to look more like:

trelCallGrade
CallGradeID (a primary key)
CallID (a foreign key, pointing to a tblCall ID -- which call)
GradingElementID (foreign key, pointing to tlkpGradingElement, a
list of possible elements)
SupervisorID (foreign key, pointing to tblEmployee table - who
graded this element on this call)
Grade
GradeDateTime (a date/time field noting when the grading was done)

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Bunky" <(E-Mail Removed)> wrote in message
news:4D9084BA-ECB9-4F2A-8A83-(E-Mail Removed)...
>I have a table that contains about 35 different data elements concerning
>the
> grading of a phone call. Normally, the supervisor listens to the call and
> grades it based on the data elements being evaluated. However, the
> Quality
> Manager was wondering what element was being missed the most. Each
> associate
> can have 3-6 monitoring scores per week. The scoring can be either all or
> none of the points associated with that element. Example: Appropriate
> Greeting is worth 2 points; the associate must get either 2 points or
> none.
>
> With all this being said, how should I approach this? In other languages,
> ie COBOL, I know exactly what I would do, but with access I am rather
> hesitant. Any ideas, would be appreciated.
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Analysis Question =?Utf-8?B?QnVua3k=?= Microsoft Access 9 24th Apr 2007 05:55 PM
Database Analysis Question =?Utf-8?B?c2tpZXI0NjQ=?= Microsoft Excel Worksheet Functions 6 19th Sep 2006 10:29 PM
Database Analysis Question =?Utf-8?B?c2tpZXI0NjQ=?= Microsoft Excel Worksheet Functions 0 19th Sep 2006 08:51 AM
Data Analysis Question =?Utf-8?B?QlJVWkVS?= Microsoft Excel Programming 1 12th Sep 2005 06:03 PM
Re: Fourier Analysis Question Bernard V Liengme Microsoft Excel Worksheet Functions 1 2nd Sep 2003 04:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:27 AM.