473,378 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Requested information from responses to my cry for Help

Nip


Thank you for your help!
I will try to explain this in a more easy to follow format
First I have 10 test participants who on each of 5 seperate dates will
grade a description.

PARTICIPANTID (auto number)
CaseParticipant (text because they are known only by an alpha numeric
code)
StartDate (each participant is different)

RANKDESCID (auto number)
RankDescription (text field as contains example: "Understanding goals"
or "salary paid" or "access to funds")

Each participant must answer each description on 8 different occasions
thus:

RANKDATEID (auto number)
RankDate (text field because contains things like "plan stage" and
"November 2005" so is a mixture of actual dates and times)

Each participant will use a variety of answers to the Rank Description
such:

RANKID (auto number)
Rank (text field because it will include numbers 1 through 5
representing Low to high but will also contain dollar amounts for salary
and words describing fund availability.

So at the end of the day I would like to do a report on each individual
participant ("alpha numeric designator") which will show each of the
rank descriptions and an answer for each of the dates:

CaseParticipant: rank description: date: answer

Plus I would like to be able to mix and match the information in other
words be able to see how many "1" Low ranks were given at planning stage
for goals and which participants rated the description low or high.

Hope this gives some better insight into what I am doing. The business
application is a tracking system for business planning exercise.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #1
1 1011
rkc

"Nip" <an*******@devdex.com> wrote in message
news:41**********************@news.newsgroups.ws.. .


Thank you for your help!
I will try to explain this in a more easy to follow format
First I have 10 test participants who on each of 5 seperate dates will
grade a description.

PARTICIPANTID (auto number)
CaseParticipant (text because they are known only by an alpha numeric
code)
StartDate (each participant is different)

RANKDESCID (auto number)
RankDescription (text field as contains example: "Understanding goals"
or "salary paid" or "access to funds")

Each participant must answer each description on 8 different occasions
thus:

RANKDATEID (auto number)
RankDate (text field because contains things like "plan stage" and
"November 2005" so is a mixture of actual dates and times)

Each participant will use a variety of answers to the Rank Description
such:

RANKID (auto number)
Rank (text field because it will include numbers 1 through 5
representing Low to high but will also contain dollar amounts for salary
and words describing fund availability.

So at the end of the day I would like to do a report on each individual
participant ("alpha numeric designator") which will show each of the
rank descriptions and an answer for each of the dates:

CaseParticipant: rank description: date: answer

Plus I would like to be able to mix and match the information in other
words be able to see how many "1" Low ranks were given at planning stage
for goals and which participants rated the description low or high.

Hope this gives some better insight into what I am doing. The business
application is a tracking system for business planning exercise.


It seems to me that your report pretty much describes the table needed
to store actual results of your application. All the other tables, if needed
at
all, simply serve as a means to control the values entered into that table.

< Results Table>
CaseParticipant -> allowed entry controlled by the participant table
rank description -> allowed entry controlled by the rankDescription table
date -> allowed entry controlled by the rankDated table
answer -> allowed entry controlled by an answers table
</ Results Table>

Other than the fact that the domain of the fields in your lookup tables
are not real well defined and your reports will end up with seemingly
mixed types of data...

I'm sorry, what was the question?


Nov 13 '05 #2

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

Similar topics

1
by: Adam Barr | last post by:
For a book I am working on, I have written a brief (13 page) summary of Perl. The intent of this is that an experienced programmer who did not know Perl would be able to get enough information to...
0
by: alpheta | last post by:
Greetings to pgsql-general list members, I am configuring a server for my hosting company on which I would like to offer postgres shared hosting as an option. Postgres has been installed already...
0
by: Tom Gao | last post by:
Hi guys. When I load a Crystal Report using Cr10 in .net it tells me that "The report you requested requires further information." and then follows to ask to login/pass to my DataSet1 which...
10
by: Clint | last post by:
Hey all - I'm having a really confusing problem concerning a web service. Right now, I have an application that needs to call a web service that does nothing but return "true" (this will...
5
by: Joăo Santa Bárbara | last post by:
hi there i have this error in VS2005 DEV Edition "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information." i have create an windows...
53
by: Hexman | last post by:
Hello All, I'd like your comments on the code below. The sub does exactly what I want it to do but I don't feel that it is solid as all. It seems like I'm using some VB6 code, .Net2003 code,...
1
by: JSha | last post by:
Hello, The application I am using works on most machines except one where in it throws the following exception... Error: Process Performance Counter is Disabled, so requested operation cannot...
0
by: JSha | last post by:
Hello, The application I am using works on most machines except one where in it throws the following exception... Error: Process Performance Counter is Disabled, so requested operation cannot...
11
Niheel
by: Niheel | last post by:
http://bytes.com/images/howtos/information_overloaded.jpgPaul Graham wrote an interesting article a few months back about how the internet is leading to information overload for information workers...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.