E
Emma
I'm having a problem with my form. Instead of showing just one subform it's
showing the # of Amount of Payments. For example if I enter 3 Amount of
Payments then the main form opens 3 times with the same data everytime. I
would only like it to open once. Here's my code:
SELECT [OLF Table].*, [OLF - Payment History].PaymentDue, [OLF - Payment
History].AmountOfPayment AS [AmountOfPayment_OLF - Payment History]FROM [OLF
Table] INNER JOIN [OLF - Payment History] ON [OLF Table].ID = [OLF - Payment
History].[LoanPayment ID];
Thanks Emma
showing the # of Amount of Payments. For example if I enter 3 Amount of
Payments then the main form opens 3 times with the same data everytime. I
would only like it to open once. Here's my code:
SELECT [OLF Table].*, [OLF - Payment History].PaymentDue, [OLF - Payment
History].AmountOfPayment AS [AmountOfPayment_OLF - Payment History]FROM [OLF
Table] INNER JOIN [OLF - Payment History] ON [OLF Table].ID = [OLF - Payment
History].[LoanPayment ID];
Thanks Emma