G
Guest
I've reviewed a variety of posts and have gotten so confused it's almost
laughable.
I'd appreciate some help here.
I have a Borrower table and a Loan table. One borrower can have many loans,
one loans can have many borrowers.
tblBorrower
BorrowerID (what type should it be?) I have it auto numbered at the moment
LName
Fname
tblLoan
LoanNbr - Text - PK (but can't be a PK since it can't be null....)
LoanAmount
tblLoanJunction
LoanJunctionID
I created a Junction where the BorrowerID and LoanNbr are the PK
Then in the relationship window created a one-many between the tblBorrower
BorrowerID and the tblLoanJunction BorrowerID and a one-many between the
tblLoan LoanNbr and the tblLoanJunction LoanNbr
This obviously doesn't work but I can't figure out why!
Any help here?
laughable.
I'd appreciate some help here.
I have a Borrower table and a Loan table. One borrower can have many loans,
one loans can have many borrowers.
tblBorrower
BorrowerID (what type should it be?) I have it auto numbered at the moment
LName
Fname
tblLoan
LoanNbr - Text - PK (but can't be a PK since it can't be null....)
LoanAmount
tblLoanJunction
LoanJunctionID
I created a Junction where the BorrowerID and LoanNbr are the PK
Then in the relationship window created a one-many between the tblBorrower
BorrowerID and the tblLoanJunction BorrowerID and a one-many between the
tblLoan LoanNbr and the tblLoanJunction LoanNbr
This obviously doesn't work but I can't figure out why!
Any help here?