K
Kelli
I have a query that I am trying to pull the most current
invoice where all the criteria matches except for the
Invoice number and the last invoice date.
Example:
Inv # = 12345
date = 1/1/2004
client = john doe
topic = abc123
amt due = 1234.56
Next record would be (and this is the one I want)
Inv # = 56789
date = 6/1/2004
client = john doe
topic = abc123
amt due = 1234.56
As I have it my query written now, my query pulls both
records because the invoice numbers and the dates are
different. This is for an outstanding invoice report so I
need to show all the data.
How do I pull the latest record?
Thank you in advance for your assistance.
Kelli
invoice where all the criteria matches except for the
Invoice number and the last invoice date.
Example:
Inv # = 12345
date = 1/1/2004
client = john doe
topic = abc123
amt due = 1234.56
Next record would be (and this is the one I want)
Inv # = 56789
date = 6/1/2004
client = john doe
topic = abc123
amt due = 1234.56
As I have it my query written now, my query pulls both
records because the invoice numbers and the dates are
different. This is for an outstanding invoice report so I
need to show all the data.
How do I pull the latest record?
Thank you in advance for your assistance.
Kelli