MisawaPlayer
New member
- Local time
- Today, 11:06
- Joined
- May 6, 2011
- Messages
- 5
I know that what I have been asked to do is not that difficult. I am just stuck and can't figure it out. So I am sure the people here at Access World can help me.
I have 2 related tables:
Payments:
InvoiceNum
Date
PaidAmount (Note can be positive or negative amount)
VendorID - links to table Vendors
Other fields not important at this time.
Vendors:
VendorID
VendorName
I need to create a report that displays (grouped) all cases where the same PaidAmount (regardless of +/- so ABS) was paid to the same vendor, regardless of date or InvoiceNum.
I think I can figure out the grouping on the report, but I can't figure out what I am missing in terms of the query. Any help please.
To repeat, I need a query that will select basically Payments.*, Vendors.VendorName where the ABS(PaidAmount) is the same and VendorID is the same.
Thanks in advance.
I have 2 related tables:
Payments:
InvoiceNum
Date
PaidAmount (Note can be positive or negative amount)
VendorID - links to table Vendors
Other fields not important at this time.
Vendors:
VendorID
VendorName
I need to create a report that displays (grouped) all cases where the same PaidAmount (regardless of +/- so ABS) was paid to the same vendor, regardless of date or InvoiceNum.
I think I can figure out the grouping on the report, but I can't figure out what I am missing in terms of the query. Any help please.
To repeat, I need a query that will select basically Payments.*, Vendors.VendorName where the ABS(PaidAmount) is the same and VendorID is the same.
Thanks in advance.