473,387 Members | 1,398 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,387 software developers and data experts.

Lost the plot in design

Hi,
I've produced a simple database for my school to keep a log of pupil
behavour incidents. This all seems very negative, so we would now like to
add to it a log of positive pupil activities. At first it seemed that we
could maintain the same table for both, indicating positive or negative for
each type of incident. However, it soon became clear that the fields were
not going to match up. The result is 2 tables one positive and one
negative - each incident has an ID number. One pupil may have several
incidents logged or none at all. (Pupil names are provided by a table where
each has a unique ID. This is strored in the positive and negative tables.)

Now her comes the problem. I want to be able to analyse this data together.
For example produce a chart containing infomation for a pupil about both
positives and negatives. I might want to do the same for groups of pupils.
Surely I ought to be able to do this with a query, but I get in the most
awful mess!

Any help would be gratefully received.
Nov 12 '05 #1
1 1212
If both tables have the same fields although one is positive and the other is
negative, create a union query to combine the tables then do your analysis on
the union query.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"John M" <jo**@jmawer.demon.co.uk> wrote in message
news:c1*******************@news.demon.co.uk...
Hi,
I've produced a simple database for my school to keep a log of pupil
behavour incidents. This all seems very negative, so we would now like to
add to it a log of positive pupil activities. At first it seemed that we
could maintain the same table for both, indicating positive or negative for
each type of incident. However, it soon became clear that the fields were
not going to match up. The result is 2 tables one positive and one
negative - each incident has an ID number. One pupil may have several
incidents logged or none at all. (Pupil names are provided by a table where
each has a unique ID. This is strored in the positive and negative tables.)

Now her comes the problem. I want to be able to analyse this data together.
For example produce a chart containing infomation for a pupil about both
positives and negatives. I might want to do the same for groups of pupils.
Surely I ought to be able to do this with a query, but I get in the most
awful mess!

Any help would be gratefully received.

Nov 12 '05 #2

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

Similar topics

0
by: Cousin Stanley | last post by:
Several months ago someone here mentioned a small and simple plot demo .... I think it was around the Oct./Nov. 2003 time-frame, but I'm not sure about that .... And, I think the demo was in...
2
by: Evagelia Tsiligianni | last post by:
Hello! I am trying to find a tool that can plot and print (plotted) data. I need it supports plotting dates as well. I 've tried wxPlot and chaco but each of them applies one of my requests...
2
by: Dr. Colombes | last post by:
MatPlotLib question: How to get more different size plot symbols in the plot function ? Is there a way to get different size squares (or circles or triangles, etc.) ? For example, in a two...
1
by: Dr. Colombes | last post by:
Using MatPlotLib plot function, is there a way to get variable size plot symbols? For example, using symbol strings like 'o' (circle), 's' (square), 'x' (cross), etc., is there a way to specify...
4
by: Bill Chiu | last post by:
Dear gurus: I need to create a real-time line plot on an html page, without resorting to java, cgi, or anything server-side or offline. I think maybe this could be done with javascript, or...
3
by: Bill Chiu | last post by:
Dear gurus: I need to create a real-time line plot on an html page, without resorting to java, cgi, or anything server-side. I think maybe this could be done with javascript, or dhtml, and most...
0
by: toton | last post by:
Hi, for my project I needs a few plots to visualize the data (mostly x-y plot) . Most of the existing plotting library either copy the data and do plotting, or takes a data pointer to an 2d x-y...
6
by: redcic | last post by:
Hi all, I've just downloaded scipy v 0.5.2 and I would like to be able to draw plots. I've tried: import scipy.gplt import scipy.plt import scipy.xplt and none of them work. Are these...
0
by: meggahertz | last post by:
I am using matplotlib to generate plot in python in linux. The porblem I am facing is that when I generate a plot using plot() then show() the script stops at that point until I close the plot...
1
by: dazzler | last post by:
Hi! I just moved using wxpython so I'm a quite newbie. I was wondering how to update plotcanvas? In my code I made button with event to update plotcanvas with new results, but how to properly do...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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: 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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...

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.