I am have a difficult time trying to write this SQL statement.
Would someone give me a hand with it?
I have three tables linked linearly:
Borrowers
CodeCompletions
Codes (Lookup Table)
A Borrower has to complete all of the codes in the Codes table.
As the codes are being completed a record is entered in the CodeCompletions table.
What I need are the codes that the borrower has NOT yet completed.
Borrowers linked to CodeCompletions via "SSN"
CodeCompletions linked to Codes via "ProcessingCodes"
This seems pretty standard. Would someone help me put this information in a form? I tried using a subform but it doesn't work. The value to link the forms on is NULL in the Codes table.
Any help would be appreciated!
Aaron
Would someone give me a hand with it?
I have three tables linked linearly:
Borrowers
CodeCompletions
Codes (Lookup Table)
A Borrower has to complete all of the codes in the Codes table.
As the codes are being completed a record is entered in the CodeCompletions table.
What I need are the codes that the borrower has NOT yet completed.
Borrowers linked to CodeCompletions via "SSN"
CodeCompletions linked to Codes via "ProcessingCodes"
This seems pretty standard. Would someone help me put this information in a form? I tried using a subform but it doesn't work. The value to link the forms on is NULL in the Codes table.
Any help would be appreciated!
Aaron