I have one form called Accounts, on which there is a command button called EnterNewTransac tionButton. This opens another form called Transactions. I want to add some code that will take the value of the AccountNameBox on the form Accounts, and filter the Transactions form with this value. I'm having trouble trying out the various filter form code I've read.
Additionally, I'd love to add a fancy feature: once on the Transaction form and filtered, I'd like to start the new record with the account name that is filtered (not a big deal, but a nice touch :).
I attached a sample database below.
Additionally, I'd love to add a fancy feature: once on the Transaction form and filtered, I'd like to start the new record with the account name that is filtered (not a big deal, but a nice touch :).
I attached a sample database below.
Comment