Hello Guys!
I have a form (form1) that I need to put a button that opens another form (form2) Form1 and Form2 have LoanNumber and TestPeriod fields, and I want that when I click the button to open Form2, it will only show records if the LoanNumber and TestPeriod in Form2 matches Form1.
I used an Embedded Macro for the button, then OpenForm.
In the Where Condition field, I wrote ="[LoanNumber]=" & [LoanNumber] for it to show records to match LoanNumbers.
My question would be is it needs to have 2 conditions, that it should have LoanNumber and TestPeriod equal to Form1.
Thank you, any help is greatly appreciated.
I have a form (form1) that I need to put a button that opens another form (form2) Form1 and Form2 have LoanNumber and TestPeriod fields, and I want that when I click the button to open Form2, it will only show records if the LoanNumber and TestPeriod in Form2 matches Form1.
I used an Embedded Macro for the button, then OpenForm.
In the Where Condition field, I wrote ="[LoanNumber]=" & [LoanNumber] for it to show records to match LoanNumbers.
My question would be is it needs to have 2 conditions, that it should have LoanNumber and TestPeriod equal to Form1.
Thank you, any help is greatly appreciated.