Search results

  1. C

    multiply values from two tables

    Hello I have two tables that have the following fields: tableProd: tableProd.Prod, tableProd.valueProd, tableProd.dateProd and tableRec: tableRec.Prod, tableRec.Ing, tableRec.valueRec I want to create a query where it finds where tableProd.Prod is equal with tableRec.Prod and then multiply...
  2. C

    Totals row

    Ok thank you a lot
  3. C

    Totals row

    So if i understand this right I can't have a A,B,C field and at Totals row where sumA, sumB appears at column C were an expression like :(sumA-sumB/sumA)*100 . is that correct?
  4. C

    Totals row

    I mean if you can do that what s the point if access can't do anything with it?
  5. C

    Totals row

    What do you mean by that?And how can I do it ? Thank you a lot btw for your patience
  6. C

    Totals row

    (I know this might be a silly question...) Is there a way on writing a custom function on the totals row in Access 2007? I mean there is a dropdown with sum , max,min , etc .Can I write something my own?
  7. C

    Report using a filter

    Ok I am really close now thank you very much!
  8. C

    Report using a filter

    And for products grouping should I use DISTICT function ? Thank you for your reply
  9. C

    Report using a filter

    I looked into those links and I figured out how to do it in a report! Is there another way to do it on a query? Here is what I really would like to have : query that has the following fields: product ,month , year total that is calculated per Month for each product and total that is calculated...
  10. C

    Report using a filter

    Thank you for your reply I'll check it out!
  11. C

    Report using a filter

    Hello , I have a table that seems like the attached pic Now what I really want is to have a sum by : product , month , year The problem is that I have more than 2 products (about 60) so I can t do it by hand everytime. Is there a way to achieve this in Access 2007 p.s. I m very new to access...
Back
Top Bottom