Hi,
I'm a newbie to programming, appreciate any help given here... thx in advance!
For each record, there are fields txtV1 and txtV2. I displayed them in a form, frmMain. For each record I also need to display 2 corresponding recordsets (rsV1 and rsV2), each corresponding to txtV1 and txtV2 respectively. rsV1 and rsV2 are created based on a Union Query.
After much struggle, I am able to create rsV1 and rsV2 using DAO's openrecordset method, but I do not know how to display them in the form... I have thought of using subform but it is not so straight forward due to the union query and that the criteria of the union queries being dependent on txtV1 and txtV2.
I hope this is clear to you guys... thx!
I'm a newbie to programming, appreciate any help given here... thx in advance!
For each record, there are fields txtV1 and txtV2. I displayed them in a form, frmMain. For each record I also need to display 2 corresponding recordsets (rsV1 and rsV2), each corresponding to txtV1 and txtV2 respectively. rsV1 and rsV2 are created based on a Union Query.
After much struggle, I am able to create rsV1 and rsV2 using DAO's openrecordset method, but I do not know how to display them in the form... I have thought of using subform but it is not so straight forward due to the union query and that the criteria of the union queries being dependent on txtV1 and txtV2.
I hope this is clear to you guys... thx!