Im "attemping to create a DB that records data on case that we investigate at work on fraudulent application.
The person who is being investigated may have many people that assisted the client in making the application. Therefore addresses and names need to recorded for that case.
The idea of the DB is to be able to do searches by address, fileno or name/s which will then show all records that match or are related to a search . This helps with cases to see if theres any relationship or link with past cases. So if someone does a search by Address, the search should spit out all records that have ever been link to that address.
I have made a start on the DB but I think Ive hit a snag. Im not sure if I have my relationships set up correctly to handle my searches. I have creates similar searches before and they worked well but this DB structure seems a bit more difficult.
The person who is being investigated may have many people that assisted the client in making the application. Therefore addresses and names need to recorded for that case.
The idea of the DB is to be able to do searches by address, fileno or name/s which will then show all records that match or are related to a search . This helps with cases to see if theres any relationship or link with past cases. So if someone does a search by Address, the search should spit out all records that have ever been link to that address.
I have made a start on the DB but I think Ive hit a snag. Im not sure if I have my relationships set up correctly to handle my searches. I have creates similar searches before and they worked well but this DB structure seems a bit more difficult.
Attachments
Last edited: