skea
Registered User.
- Local time
- Today, 17:12
- Joined
- Dec 21, 2004
- Messages
- 342
Hello There,
on my report, i have a map with many provinces as an image and i have a query with a population sum for each province. I want each sum(number of people) to be represented in a text box placed in a particular province on a map, am failing to make this reference, can any one help me!!
I mean,how to get a value from a query and paste it on a report!!
Thanks in Advance
**********From Rich**********************************
Add the required number of unbound textboxes onto the Report one over each province, set the control source to
=Sum(IIif([Province]="Alberta",1,0)) repeat for each province
*************************************************
Rich, thanks but each district is a different record as in the qry below. So each Ppnsum
has to go to an unbound txt box placed on top of each pronvince
Province Month PPnSum
Arizona Jan 64845
Texas Jun 25632
Calorina Sep 65437
Califonia Apr 67679
on my report, i have a map with many provinces as an image and i have a query with a population sum for each province. I want each sum(number of people) to be represented in a text box placed in a particular province on a map, am failing to make this reference, can any one help me!!
I mean,how to get a value from a query and paste it on a report!!
Thanks in Advance
**********From Rich**********************************
Add the required number of unbound textboxes onto the Report one over each province, set the control source to
=Sum(IIif([Province]="Alberta",1,0)) repeat for each province
*************************************************
Rich, thanks but each district is a different record as in the qry below. So each Ppnsum
has to go to an unbound txt box placed on top of each pronvince
Province Month PPnSum
Arizona Jan 64845
Texas Jun 25632
Calorina Sep 65437
Califonia Apr 67679