Hi
I have a report rptFormA containing 2 subreports
[dbo_tblStratRecords subreport]
which has a field intNewID (primary key)
and
[dbo_tblKeyComponents subreport]
which also has a field intNewID
the [dbo_tblStratRecords subreport] may have 2 records with the intNewID's being 1 and 10 for example.
the [dbo_tblKeyComponents subreport] may have 5 records, three records with an intNewID of 1 and two records with an intNewID of 10 (many-one relationship with the intNewid on [dbo_tblStratRecords subreport] basically)
I'd like the intNewID record of 1 on [dbo_tblStratRecords subreport] to be coloured red (for example) and the intNewID record of 10 to be coloured green. different colours !
then on the [dbo_tblKeyComponents subreport] the three records will be coloured red and the two records will be coloured green.
hope that makes sense !
thanks
kim
I have a report rptFormA containing 2 subreports
[dbo_tblStratRecords subreport]
which has a field intNewID (primary key)
and
[dbo_tblKeyComponents subreport]
which also has a field intNewID
the [dbo_tblStratRecords subreport] may have 2 records with the intNewID's being 1 and 10 for example.
the [dbo_tblKeyComponents subreport] may have 5 records, three records with an intNewID of 1 and two records with an intNewID of 10 (many-one relationship with the intNewid on [dbo_tblStratRecords subreport] basically)
I'd like the intNewID record of 1 on [dbo_tblStratRecords subreport] to be coloured red (for example) and the intNewID record of 10 to be coloured green. different colours !
then on the [dbo_tblKeyComponents subreport] the three records will be coloured red and the two records will be coloured green.
hope that makes sense !
thanks
kim