I don't think he is searching for anything, he is trying to add a new record which involves a new check number in the main form and wondered why the subform data was displaying. That's because of Check# linking to Check# in the subform. The big problem I see is that the main form is based off of tblTransactionsDemo table and the subform is based off of the same table. I would think that the main form would be based off of tblDemoClients and the subform based off of tblTransactionsDemo and linked by ClientShortName which is the primary key for the clients. That's another can of worms as well. Should be using an autonumber for ClientID. Really bad idea to use a clients name as the primary key.
These are his unchanged table relationships. The form in question is linked by Check# which makes no sense to me. Does one check# relate to many Amounts? Very strange. Just need more clarification on the desired workings of that form.
View attachment 119058