T
Tom
I have a database that keeps track for all properties I'm
doing a
title search with the folowing tables.
I have a database that keeps track for all properties I'm
doing a
title search, with the following tables.
tblMortgage tblMortgageSatisfaction tblSatisfication
Fields for tblMortgage
MortgageID - MortgageName - MortgageDate
Fields for tblSatisfication
SatisficationID - SatisficationName - SatisficationDate
Fields for tblMortgageSatisfaction
MortgageSatisfactionId - MortgageID - SatisficationID
The table tblMortgageSatisfaction will resolve the many to
many
relationship between tblMortgage and tblSatisfication.
When manually entering the information into the tables, it
seems to
be working fine. However, I really need help on creating
the data
entry form for the Satisfactions.
(Like how to enter the second mortgage for the
satisfaction #1)
If any one knows of a sample database with such an
example, can you
please share it with me?
I didn't find any example when searching.
Thanks in advance
doing a
title search with the folowing tables.
I have a database that keeps track for all properties I'm
doing a
title search, with the following tables.
tblMortgage tblMortgageSatisfaction tblSatisfication
Fields for tblMortgage
MortgageID - MortgageName - MortgageDate
Fields for tblSatisfication
SatisficationID - SatisficationName - SatisficationDate
Fields for tblMortgageSatisfaction
MortgageSatisfactionId - MortgageID - SatisficationID
The table tblMortgageSatisfaction will resolve the many to
many
relationship between tblMortgage and tblSatisfication.
When manually entering the information into the tables, it
seems to
be working fine. However, I really need help on creating
the data
entry form for the Satisfactions.
(Like how to enter the second mortgage for the
satisfaction #1)
If any one knows of a sample database with such an
example, can you
please share it with me?
I didn't find any example when searching.
Thanks in advance