S
Spennyd
Ok, I'm starting to wonder if I'm trying to do something that isn't doable,
or if the manner in which I am trying to do it is completely wrong. I'll try
to explain as clearly as possible.
Our business is making loans to borrowers secured against their investment
property.
I have 3 tables:
tblBorrower
tblContact
tblProperty
From them I have created one Query:
qryLoanDetails
The reason for this query is to obtain a few calculations, mostly from
tblProperty. Calculations include looking at the cost of the property and
multiplying it by 70%. Also multiplying the value of the property by 50%.
And I've created a couple of modules. One to display the lower of the two
aforementioned calculations, and one to display the minimum value in text
form, i.e. $50,000 = Fifty Thousand Dollars.
Next I have a form that displays all of the information from my query -
frmLoanDetails. I would like to be able to take all of that data and place
it into legal documents with palceholders for the associated information. I
have the letters already written and in Word format. The data fields are
scattered throughout the document. Some are at the top, such as Date,
Borrower Name, etc. But some are in the body of the document, such as "The
Borrower agress to pay the principal sum of FIFTY THOUSAND DOLLARS (U.S. $50,
000)..." I need to be able to automatically fill the spaces with the data
found in frmLoanDetails.
I hope that gives you enough to tell me I'm completely confused, or to tell
me how to do what I'm trying to do.
Thank you, Thank you, Thank you!!!
or if the manner in which I am trying to do it is completely wrong. I'll try
to explain as clearly as possible.
Our business is making loans to borrowers secured against their investment
property.
I have 3 tables:
tblBorrower
tblContact
tblProperty
From them I have created one Query:
qryLoanDetails
The reason for this query is to obtain a few calculations, mostly from
tblProperty. Calculations include looking at the cost of the property and
multiplying it by 70%. Also multiplying the value of the property by 50%.
And I've created a couple of modules. One to display the lower of the two
aforementioned calculations, and one to display the minimum value in text
form, i.e. $50,000 = Fifty Thousand Dollars.
Next I have a form that displays all of the information from my query -
frmLoanDetails. I would like to be able to take all of that data and place
it into legal documents with palceholders for the associated information. I
have the letters already written and in Word format. The data fields are
scattered throughout the document. Some are at the top, such as Date,
Borrower Name, etc. But some are in the body of the document, such as "The
Borrower agress to pay the principal sum of FIFTY THOUSAND DOLLARS (U.S. $50,
000)..." I need to be able to automatically fill the spaces with the data
found in frmLoanDetails.
I hope that gives you enough to tell me I'm completely confused, or to tell
me how to do what I'm trying to do.
Thank you, Thank you, Thank you!!!