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 db the query qryFinal shows the expected format of the output but the total value for the previous year is incorrect. The problem is due to the way that the tables are joined but I am unable to amend them to produce the correct data.
In the attached db the query qryFinal shows the expected format of the output but the total value for the previous year is incorrect. The problem is due to the way that the tables are joined but I am unable to amend them to produce the correct data.