A
Archidrb
I have a form and sub-form. The First (table 1) is a table that contains
Borrower data. The second (table 2) contains their individual loan
information. They can have more than one loan.
I have in table 1 their ID number and a "checkout" check box. This box is
the "eliminating" criteria for accounts that have already been worked.
I have a query that pulls the next borrID (one at a time) using a MIN query.
I called the field BorrID: BorrID so that the form would call it the same
thing. I cannot check the box on the form.
The sub-form is connected by the BorrID and I can edit that data.
I have tried a number of settings: Dynaset, Dynaset (Inconsistant updates),
and Snapshot. I have fiddled with settings in the query properties.
I use a macro to open the form filtering with the query. I have also tried
tying the form directly to the query. Nothing works.
I am not a very good "coder" and have so little experience I suspect I would
break the system to attempt to do something that I am not capable of doing
yet. Any suggestions?
Borrower data. The second (table 2) contains their individual loan
information. They can have more than one loan.
I have in table 1 their ID number and a "checkout" check box. This box is
the "eliminating" criteria for accounts that have already been worked.
I have a query that pulls the next borrID (one at a time) using a MIN query.
I called the field BorrID: BorrID so that the form would call it the same
thing. I cannot check the box on the form.
The sub-form is connected by the BorrID and I can edit that data.
I have tried a number of settings: Dynaset, Dynaset (Inconsistant updates),
and Snapshot. I have fiddled with settings in the query properties.
I use a macro to open the form filtering with the query. I have also tried
tying the form directly to the query. Nothing works.
I am not a very good "coder" and have so little experience I suspect I would
break the system to attempt to do something that I am not capable of doing
yet. Any suggestions?