Hi,
I create a report to get statistics. each row has 2 text boxes. I wrote the following in the text boxes:
txtMale: =DCount("[Sex]","ForStat","[Sex]=-1")
text2: =Val([txtMale]/[txtTotalRecord])*100
I have another text box named "txtTotalRecord" to count the total record in which I write: =count([EngName])
All the other rows contain the same function with different criteria.
The no. of pages generated is equal to the no. of the records.
Can anyone help ?
I create a report to get statistics. each row has 2 text boxes. I wrote the following in the text boxes:
txtMale: =DCount("[Sex]","ForStat","[Sex]=-1")
text2: =Val([txtMale]/[txtTotalRecord])*100
I have another text box named "txtTotalRecord" to count the total record in which I write: =count([EngName])
All the other rows contain the same function with different criteria.
The no. of pages generated is equal to the no. of the records.
Can anyone help ?