So I have a very simply table: Column1 is 'Name", Column2 is "Sales", Column3 is "Month"
I am needing to run a query that will only show the differences month over month for each of the names. As an example, the table shows:
David 5 January
David 6 February
David 7 March
When running a query for March, I would want it to show the name, David, and the difference between February and March, +1. I would think there would be a formula needed for the query criteria but I'm drawing a blank.
If it is not easily explained, let me know and I will throw a quick database together so you can review it (my currentdatabase is a bit more complex and not needed for this issue)
I am needing to run a query that will only show the differences month over month for each of the names. As an example, the table shows:
David 5 January
David 6 February
David 7 March
When running a query for March, I would want it to show the name, David, and the difference between February and March, +1. I would think there would be a formula needed for the query criteria but I'm drawing a blank.
If it is not easily explained, let me know and I will throw a quick database together so you can review it (my currentdatabase is a bit more complex and not needed for this issue)