Search results

  1. T

    Problem in calculation

    Hi guys, I have a qry that displays info (see attached) which i then i export to a spreadsheet in excel.I need to add a column within my query to display the total results. Ths formula i have been using is Total_Units...
  2. T

    Calculation in Qry

    Ken, My apologies but my formula in xl is actually -I9 NOT 19 (sorry) So it should go as follows =IF(e9=i9,i9*-1,e9-f9-g9-h9-i9) Your suggested way of doing it in access is great it calculates if (e9=i9,i9*-1 but it is not performing the rest of the calculation.
  3. T

    Calculation in Qry

    Hi Ken, The first part of the calculation is working fine.Total_Units:iff([Sold] = [NoUnits],[NoUnits]*-1 but if that criteria is not met ,[sold]-[free]-employee]-mamager] is not calculating.The results in the Total_Units is displayiong the same figure from the Sold Field? A little lost...
  4. T

    Calculation in Qry

    thanks ken i wil give it a go
  5. T

    Calculation in Qry

    Hi Ken, Thanks for your response, i am fairy new to access myself, could you elaborate a litlle more for me on how to build the qry using the function you suggested Rgds T
  6. T

    Calculation in Qry

    Hello all, I have a qry with the following fields Ingredients Sold Free Employee Manager No Units I export the results into excel and i have created a column to automatically caluculate the results i am looking for in Column J Sold (Column e in xl) Free (Column f Employee (Column g) Manager...
Back
Top Bottom