Recent content by raghavchadha

  1. R

    Sum 2 fields and store the value in a third field

    I see, thanks for the inputs. I'm going to try this with the approach you'll suggested.
  2. R

    Sum 2 fields and store the value in a third field

    Thanks for the prompt response Rabbie. I did try that as well, I created a query in which there are 2 columns, Field1 and Field2 which import the values from the table/form. In the third field, i entered: Total=[Field1]+[Field2]. On running this query, the Total is displayed correctly, but...
  3. R

    Sum 2 fields and store the value in a third field

    Lets say I have 2 fields in a table, Score1 and Score2. I would like to calculate the sum of the scores and save it in the 3rd field called TOTAL. I'm using MS Access 2007 and was wondering how to do this without SQL or VBA. I was able to create a query that does this successfully, but i'm not...
Back
Top Bottom