FORM # 1
I have a main form (FRM_AUDIT_) that contains a sub form (SUBFORM_CLAIM) that has a value (claim_folder_id).
I want users to click on the claim_folder_id to open another form (FRM_AUDIT_CLAIM) where the claim_folder_id on form #1's sub form (SUBFORM_CLAIM) is equal to the folder id (audit_claim_folder_id) on the second form #'s sub, sub-form [SUBFORM_AUDIT_ITEM_DETAIL).
Sooo....I added an openform macro on the double-click event and set the following as the 'WHERE CONDITION'.
Forms![FRM_AUDIT]![SUBFORM_CLAIM].Form![claim_folder_id]
=
Forms![FRM_AUDIT_CLAIM]![SUBFORM_AUDIT_CLAIM_ITEM].Form![SUBFORM_AUDIT_ITEM_DETAIL].Form![audit_claim_folder_id]
But it doesn't work...it opens to form but doesn't open to the records w/the same value of the clicked on folder id from form #1.
I haven't done Access stuff in years...I know it's possible to open another form and filter it based on the value in the current field, but don't remember how. PLEASE HELP!!!
I have a main form (FRM_AUDIT_) that contains a sub form (SUBFORM_CLAIM) that has a value (claim_folder_id).
I want users to click on the claim_folder_id to open another form (FRM_AUDIT_CLAIM) where the claim_folder_id on form #1's sub form (SUBFORM_CLAIM) is equal to the folder id (audit_claim_folder_id) on the second form #'s sub, sub-form [SUBFORM_AUDIT_ITEM_DETAIL).
Sooo....I added an openform macro on the double-click event and set the following as the 'WHERE CONDITION'.
Forms![FRM_AUDIT]![SUBFORM_CLAIM].Form![claim_folder_id]
=
Forms![FRM_AUDIT_CLAIM]![SUBFORM_AUDIT_CLAIM_ITEM].Form![SUBFORM_AUDIT_ITEM_DETAIL].Form![audit_claim_folder_id]
But it doesn't work...it opens to form but doesn't open to the records w/the same value of the clicked on folder id from form #1.
I haven't done Access stuff in years...I know it's possible to open another form and filter it based on the value in the current field, but don't remember how. PLEASE HELP!!!