Results 1 to 2 of 2
  1. #1
    besoqor is offline Novice
    Windows XP Access 2007
    Join Date
    May 2010
    Posts
    1

    Question Average value propagate on the number

    Hello All,


    Firstly, I apologies for bad english.

    I have such problem. There is my table in which I intensively enter the data. the structure of the table is that.



    As you see, I have 4 fields: komp1, komp2, komp3 and komp4 (these mean component 1, component 2, component 3, component 4). I want to calculate such indexes for each № (01 and 02):

    Index 1=(average of komp1) * (0,1)
    Index 2=(average of komp2) * (0,4)
    Index 3=(average of komp3) * (0,2)
    Index 4=(average of komp4) * (0,3)

    I made this query:


    The result is such:


    The indexes are only average values of komp1, komp2, komp3, komp4 . but they aren't propagated on the coefficients 0,1; 0,4; 0,2 and 0,3.

    please help me.
    thank you beforehand!

  2. #2
    ConneXionLost's Avatar
    ConneXionLost is offline Simulacrum
    Windows XP Access 2003
    Join Date
    Jan 2010
    Location
    Victoria, Canada
    Posts
    291
    Put this in place of the "Field":

    Code:
    komp1Avg: [komp1]*0,1
    Cheers,

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Propagate check boxes through joins
    By Christopher in forum Programming
    Replies: 3
    Last Post: 05-20-2010, 05:04 PM
  2. Making New Record Number Next Numerical Number
    By jhillbrown in forum Access
    Replies: 1
    Last Post: 03-10-2010, 11:06 AM
  3. Average data
    By whites in forum Queries
    Replies: 1
    Last Post: 12-24-2009, 07:03 AM
  4. Conditioned Average
    By BravoEcho in forum Queries
    Replies: 1
    Last Post: 06-17-2009, 09:38 PM
  5. 7 day average and total
    By jannie in forum Access
    Replies: 1
    Last Post: 05-14-2009, 05:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums