G
Guest
I need to build a form with some unique properties. I have a "Main" table and a "Details" table. Every Main entry has a number of Detail entries, linked via a "TransNumber" field. What I need to do is have a form that simultaneously shows every Detail record associated with every Main record that has a "Maturity Date" (a field in the main table) with a value of today.
For example, let's say that there are 10 entries in Main with TransNumber 1, 2, ..., 10. Entries 2, 4, 7, and 9 have a Maturity Date of today and each Main Entry has three detail records a,b, and c. I need this form to simultaneously display Detail Records 2a, 2b, 2c, 4a, 4b, 4c, 7a, 7b, 7c, 9a, 9b, and 9c.
Any ideas? Thank in Advance,
Nick
For example, let's say that there are 10 entries in Main with TransNumber 1, 2, ..., 10. Entries 2, 4, 7, and 9 have a Maturity Date of today and each Main Entry has three detail records a,b, and c. I need this form to simultaneously display Detail Records 2a, 2b, 2c, 4a, 4b, 4c, 7a, 7b, 7c, 9a, 9b, and 9c.
Any ideas? Thank in Advance,
Nick