Hey all....
I have a table with payment fields (pmt1-pmt12) and date fields (date1-date12) for several thousand accounts at a collection agency. I want to make a query that selects only payments made within a given date range. A payment can be in any field.
My problem arises with the fact that an account can have multiple payments made within the same month and subsequently can have several, one, or no relevant fields in each record. I have tried making twelve queries and joining the results, but I end up with duplicate results. A single query gives all payments for each account that had a payment made within that date range.
Any suggestions would be most helpful...
I have a table with payment fields (pmt1-pmt12) and date fields (date1-date12) for several thousand accounts at a collection agency. I want to make a query that selects only payments made within a given date range. A payment can be in any field.
My problem arises with the fact that an account can have multiple payments made within the same month and subsequently can have several, one, or no relevant fields in each record. I have tried making twelve queries and joining the results, but I end up with duplicate results. A single query gives all payments for each account that had a payment made within that date range.
Any suggestions would be most helpful...