Recent content by sys_daw

  1. S

    Problems Joining Tables

    Ok, thanks to you all for your help, I will revisit the design and see if the cross-tab query works.
  2. S

    Problems Joining Tables

    If a customer buys 2 products this year and bought 15 last year how would I handle the M1_Units etc for those 13 products that have not been purchased this year if the data were all in one table?
  3. S

    Problems Joining Tables

    Thanks for the advice ScooterBug and the union query however the problem is still there. The result needs to be that each customer (only Oscar in this case) needs to appear on one row therefore showing a sum of M1_Units, M2_Units etc and the sum of the total current year but without showing...
  4. S

    Problems Joining Tables

    I have two tables, one that contains sales data for the current year and the other contains sales data for the previous year. The data in both tables relate to one customer. What I want to do is show the total values for both the current year and previous year on the same row. In the attached...
Back
Top Bottom