wildsharkuk
Programmer
Hi,
I'm Using CR10 + Reporting on a SQL 2000 Database.
I am reporting on a main Invoice Table which has a linking notes table so basically an Invoice can have many notes.
I want to report on the invoices where the 1st note was created in a specific date range (prompted by a parameter) but show all subsequent notes for that note (which can fall either in or out of the date range).
If i use the select criteria it only pulls back the notes in the date range + if I use subreports, how do I pull subsequent notes up for the invoice?
inv tbl
------------
inv_id
inv_dtm
inv_code
etc
notes tbl
------------
note_id
inv_id
note_dtm
etc
any ideas would be greatly appreciated.
Thanks
wildsharkuk
I'm Using CR10 + Reporting on a SQL 2000 Database.
I am reporting on a main Invoice Table which has a linking notes table so basically an Invoice can have many notes.
I want to report on the invoices where the 1st note was created in a specific date range (prompted by a parameter) but show all subsequent notes for that note (which can fall either in or out of the date range).
If i use the select criteria it only pulls back the notes in the date range + if I use subreports, how do I pull subsequent notes up for the invoice?
inv tbl
------------
inv_id
inv_dtm
inv_code
etc
notes tbl
------------
note_id
inv_id
note_dtm
etc
any ideas would be greatly appreciated.
Thanks
wildsharkuk