My challange is this. I have a table (A) that has Prop-Key,Name,& address. This table is related one to many to two other tables:
Table (B) has Prop-Key, Code, Desc, Exemption Amount
Table (C) has Prop-Key, Code, Desc, Rate, Levy Amount
I would like the header of the report to show the the table (A) information. I would Table (B) data to show up in rows. I would also like a separate section of the report to show table (C) data in rows.
Header - Property Information from Table (A)
Detail - Exemption Information Table (B)
Row 1
Row 2
Row 3
...
Detail- Levy Information Table (C)
Row 1
Row 2
Row 3
...
Table (B) has Prop-Key, Code, Desc, Exemption Amount
Table (C) has Prop-Key, Code, Desc, Rate, Levy Amount
I would like the header of the report to show the the table (A) information. I would Table (B) data to show up in rows. I would also like a separate section of the report to show table (C) data in rows.
Header - Property Information from Table (A)
Detail - Exemption Information Table (B)
Row 1
Row 2
Row 3
...
Detail- Levy Information Table (C)
Row 1
Row 2
Row 3
...