![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have several tables which have imported data for a back end datafile, these can be simplified as: Syscode NumOfD 101 34647 101 43567 101 12354 102 12345 103 4356 104 49907 104 21455 104 54678 193 34567 209 54789 209 22234 209 12345 209 43567 240 456666 Syscode NumOfX 101 344647 101 743567 101 162354 102 3212345 103 654356 104 2349907 104 4521455 104 3254678 193 1134567 209 3454789 209 4522234 209 3212345 209 6543567 240 2345664 I can set up a select query using a base table which has the system filtered for a particular event, with a link from the "system field" to the syscode field, and then using Group By on Syscode, and Count on NumOfD to return : 101 3 102 1 103 1 104 3 193 1 209 4 240 1 I could then use another query to do the same for Syscode and NumOfX to count the number of occurrences of NumOofX against the same system number. What I want to do eventually is have System, NumOfD, NumOfX, NumOfY, NumOfS etc. and to put this data into a table to produce a glidepath as the numbers decrease. Is there a way to do this in one query?, or do you have to write a query for each count peration, and use and append query or similar to put the data into a table.... Thanks J I think I understand your issue. Then again maybe not. So I'll just |
![]() |
| Thread Tools | |
| Display Modes | |
| |