I happened to open that form and typed in a few digits. Nothing happened.
I looked at the query source and use 8931.
Yiu cannot use a bound control to search for data.
You have a lot of empty subform records.
A main form is the ONE part in a one to many relationship and represents one single record in a given table. The MANY in your subform is based off of tblTransactionsDemo right? One client can have many checks/payment transactions. That makes sense. What doesn't make sense is linking a main form by Check# to transaction in the same table that also has the same exact Check# per Amount in the transaction. That makes zero sense but you keep saying you want it that way.
Stated differently, how can one single check# have many payment Amounts? Please explain to us what the ONE side is exactly and what the MANY side is supposed to be in plain English? Right now it's set up as one single check can have many transaction amounts. This is incorrect because looking at your data, the check# column is not unique. The main form has to be linked by a unique record ID or unique client name possibly. The one side must be unique.
Check# 8784 for example has many transaction ID's and is not a unique value suitable for your main form. Doing a simple search on that check number proves that. I can only conclude that you do not under stand how a simple ONE to MANY relationship is correctly created.
Dear friends, I'll keep it short and sweet. I have two forms, with the same record source. Say form A and form B. Form-A is the main form. But Form-B goes into more detail. Both forms are showing completely different fields on it. But once i entered the details in Form-B, close it, and want...