solun
Programmer
- Apr 1, 1999
- 55
I've created an Access 2K db for an audit department to audit loan files. I've got nice tables, queries, data entry forms, and now I need to calculate how well each file does. A file has loan information (main table), multiple applications, properties, disbursements (all 1-to-many), etc.
I want to be able to check if loan1 has an application, if it does, does the application have x, y, z. If something is missing, there should be an error message generated on a report. I need to also be able to collect all the information about all the loans audited and sumarize it on another report. What is the best way to go about this? Should I be using a module that does all the checking then generates the report?
Thanks for the help!
Heidi I. Jones
Ridgerunner Consulting
Questions Answered. Problems Solved.
I want to be able to check if loan1 has an application, if it does, does the application have x, y, z. If something is missing, there should be an error message generated on a report. I need to also be able to collect all the information about all the loans audited and sumarize it on another report. What is the best way to go about this? Should I be using a module that does all the checking then generates the report?
Thanks for the help!
Heidi I. Jones
Ridgerunner Consulting
Questions Answered. Problems Solved.