A
Archidrb
I know how to make a query that pulls up duplicates within a table. I also
know how to create a MIN query to pull up the first record in a series.
But I have a table that contains borrowers that can have multiple loans
within the table (Borrower A, loans 1,2,3). I need to create a query that
works like a MIN query, pulling the next record in sequence (based on a
record number and add date), but pulls up all of that next record numbers
loans.
I want to display them in a list form view where additional data is added to
the record. This is a work flow tool. By showing all of the loan records
for a single borrower in the same form we would prevent duplicating work.
Anyone got a solution?
know how to create a MIN query to pull up the first record in a series.
But I have a table that contains borrowers that can have multiple loans
within the table (Borrower A, loans 1,2,3). I need to create a query that
works like a MIN query, pulling the next record in sequence (based on a
record number and add date), but pulls up all of that next record numbers
loans.
I want to display them in a list form view where additional data is added to
the record. This is a work flow tool. By showing all of the loan records
for a single borrower in the same form we would prevent duplicating work.
Anyone got a solution?