Stillpause
New member
- Local time
- Today, 08:59
- Joined
- Jan 13, 2010
- Messages
- 4
I am still fairly new to Access and have looked everywhere for an answer to this. I am working with Access 2002 and am also working with a non-relational database. This is my issue:
I have a query with a date/time column and four number columns.
Example:
Date L1 L2 L3 L4
1/1/10 10:00:00 AM 100 200 300 400
1/1/10 11:00:00 AM 200 300 400 500
etc.
What I would like to do is one of two things either get a StDev of all the numbers from the four columns. I cannot add the numbers together this will give me a false Stdev. Or is there a way to combine the four columns into one long column and get a Stdev that way?
Example of Result (if combining columns):
All lanes
100
200
300
400
200
300
400
500
Any help would be greatly appreciated.
I have a query with a date/time column and four number columns.
Example:
Date L1 L2 L3 L4
1/1/10 10:00:00 AM 100 200 300 400
1/1/10 11:00:00 AM 200 300 400 500
etc.
What I would like to do is one of two things either get a StDev of all the numbers from the four columns. I cannot add the numbers together this will give me a false Stdev. Or is there a way to combine the four columns into one long column and get a Stdev that way?
Example of Result (if combining columns):
All lanes
100
200
300
400
200
300
400
500
Any help would be greatly appreciated.