Good morning everyone,
I have a question regarding the "current record" and a query I have.
I'm trying to do an append query based on a few fields in a form. I have two fields in the append query that look at the values entered in two of my subforms in my main form. The criteria in those two fields in the update query look like this:
loan looks like:
[Forms]![rpt_74_subform]![loan]
The Exception type looks like this:
[Forms]![audit_findings_assign]![exception_type]
How can I get the loan field to look at the current record that is selected in the subform in my main form? It's odd because I know I've created such a query several times. Thanks in advance!!!
I have a question regarding the "current record" and a query I have.
I'm trying to do an append query based on a few fields in a form. I have two fields in the append query that look at the values entered in two of my subforms in my main form. The criteria in those two fields in the update query look like this:
loan looks like:
[Forms]![rpt_74_subform]![loan]
The Exception type looks like this:
[Forms]![audit_findings_assign]![exception_type]
How can I get the loan field to look at the current record that is selected in the subform in my main form? It's odd because I know I've created such a query several times. Thanks in advance!!!