A
an
Hello!
Explanation:
1 - I have a main Form based in T_Form and Subform based in T_Subform.
In main Form I have a combo box; when we click in combo row, open the
Subform and show us all records that selection, with some fields of each
record.
2 - The first field of one record - showed in SubForm - open the second
form, based in T_SubForm too, with another fields of this record.
To here, work fine. (Thanks Arvin Mayer)
But don't select only records with same ID, where I would like to show only
records with same ID.
How do I this, please?
Thanks in advance.
an
Explanation:
1 - I have a main Form based in T_Form and Subform based in T_Subform.
In main Form I have a combo box; when we click in combo row, open the
Subform and show us all records that selection, with some fields of each
record.
2 - The first field of one record - showed in SubForm - open the second
form, based in T_SubForm too, with another fields of this record.
To here, work fine. (Thanks Arvin Mayer)
But don't select only records with same ID, where I would like to show only
records with same ID.
How do I this, please?
Thanks in advance.
an