D
DeniseMSU
Guest
I have a main data entry form called frmLoan1 that has command buttons that launch other forms. The forms have a field called strLoanNumber in common. When I launch each form, I want the strLoanNumber field to have the entry that is on the frmLoan1. I created a macro that is working for one of the command buttons using OpenForm and AddValue, with the Item [Forms]![frmLoan1]![strLoanNumber] and the expression being [strLoanNumber].
I have 2 additional command buttons that should use this same AddValue item and expression, but it's not working. Any Ideas?
I'm new to this and can't write code, so please be very basic in your answer. I greatly appreciate any help! Thanks!
I have 2 additional command buttons that should use this same AddValue item and expression, but it's not working. Any Ideas?
I'm new to this and can't write code, so please be very basic in your answer. I greatly appreciate any help! Thanks!