G
Guest
Any ideas how to link two subfoms, not nest them, and not linking them to the
parent (master), link to each other. So that one subform can read the data on
the other subform. IE show me records on sub form 2, where field on subform 1
= X.
I basically want to link two subforms on two seperate tabs, so that whehn I
navigate through recors on one subform, the data on the second subform is
related to the first subform. All data is coming from the same table.
Another way to explain is:
I have two subforms based on the same table (representative).
The master is frmCustomer. The children are subfrmRepfirst and
subfrmRepsecond.
I want subfrmRepfirst and subfrmRepsecond linked somehow, so that when i
navigate thorugh a representative on subfrmRepfirst the details on
subfrmRepsecond match the rep that is shown on subfrmRepfirst. As stated all
the details are coming from the same table.
parent (master), link to each other. So that one subform can read the data on
the other subform. IE show me records on sub form 2, where field on subform 1
= X.
I basically want to link two subforms on two seperate tabs, so that whehn I
navigate through recors on one subform, the data on the second subform is
related to the first subform. All data is coming from the same table.
Another way to explain is:
I have two subforms based on the same table (representative).
The master is frmCustomer. The children are subfrmRepfirst and
subfrmRepsecond.
I want subfrmRepfirst and subfrmRepsecond linked somehow, so that when i
navigate thorugh a representative on subfrmRepfirst the details on
subfrmRepsecond match the rep that is shown on subfrmRepfirst. As stated all
the details are coming from the same table.