Results 1 to 2 of 2

Thread: Working out Standard Deviation in access

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    3

    Exclamation

    G'day people, i have yet another problem with my ever so growing database (access)

    i have some data in a sub form (linked through a query) which has to show averages, raw data etc.

    i also have to show the standard deviation of the said data, and then put all the data (raw data, averages and standard deviation) into a graphical form in access!!!

    i have tried many ways of working it out but can never find the correct way to work out the nth number

    please be gentle as im new to the database game

    cheers

    andy DZ

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Access includes a StDev function which will operate on a query field. there is also an Avg function.

    i.e. SELECT Raw_Data, Avg([Raw_Data]) As ARaw, StDev([Raw_Data]) As SDRaw FROM Source_Table

    Cheers,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width