Dear All,
You all have been a great help in the past and I am stumped on this one.
I have a week by week sales table. Each week there are regular clients that I input how much they pay/donate.
I am trying to create basically a comparison query of the current week versus last week to show what
clients have not paid yet in the current week.
Here is an example of my query/datasheet so far:
Date: Client: Amount: 12 Mar 20 Pablo Frotest $200.00 12 Mar 20 John Frow $20.00 12 Mar 20 Frank Bestow $100.00 12 Mar 20 Timothy Sparks $450.00 12 Mar 20 Mike Smith $230.00 5 Mar 20 Pablo Frotest $200.00 5 Mar 20 John Frow $20.00 5 Mar 20 Frank Bestow $100.00 5 Mar 20 Timothy Sparks $450.00 5 Mar 20 Mike Smith $230.00 5 Mar 20 Jim Strobe $100.00 5 Mar 20 Tim Spankel $450.00 5 Mar 20 Hillary Gross $230.00
So it pulls up the last two weeks which is great, but what I want the above to show is WHO has not paid yet, and should
come out as follows:
Client: Amount: Jim Strobe $100.00 Tim Spankel $450.00 Hillary Gross $230.00
That way I can follow up on them.
Any help with this in sql would be great.
Thanks!
Regards, Phil
Timothy Sparks