Difficult to explain but I'll try:
I have a table containing details of all credit applications placed on our online system (thousands each week). One record = 1 application.
To identify misuse of the system, I then trawl the table to find instances where, for example, forename, surname, postcode are the same, but income is different. I'm OK with this so far.
This is the bit I haven't yet managed:
I need to display these instances on screen, in a continuous subform, one record set at a time, and on the main form for the user to detail the action to be taken (send email or letter, no action, etc) and record the final outcome when a response is received to the email, letter, etc. (decline, proceed, etc)
Any ideas on a starting point?
I have a table containing details of all credit applications placed on our online system (thousands each week). One record = 1 application.
To identify misuse of the system, I then trawl the table to find instances where, for example, forename, surname, postcode are the same, but income is different. I'm OK with this so far.
This is the bit I haven't yet managed:
I need to display these instances on screen, in a continuous subform, one record set at a time, and on the main form for the user to detail the action to be taken (send email or letter, no action, etc) and record the final outcome when a response is received to the email, letter, etc. (decline, proceed, etc)
Any ideas on a starting point?