I have various tables in my database and I am creating a
report that should show an electoral constituency along with the
votes that each party has received in that constituency. But I ca
figure out how to create a report that shows the constituency and
then all votes received for each party, one row at a time. My query
right now shows the constituency name, the party name and the votes
received.
I tried to use CFReportBuilder but could not figure it out.
Please help. Thanks
My tables are as follows:
VoteResults(Party, ResultCategory, Votes, AgentPhone)
Cnstituency( ConstituencyNo, ConstituencyName,RegionCode,
District)
PollingStation(StationNo, COnstituencyNo, StationName,
AgentPhoneNo)