Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
patelhasu
Starting Member
13 Posts |
Posted - 2002-04-04 : 11:54:06
|
i have this report in access based on a query sorted by homeroom on a report. what i want to do is get the count of all the females in that homeroom on each page of the report. can u please help me with thisthis is the layout of the reportId Name Gender 111 test F222 test1 M333 test2 FAt the end of the page i want it to count Females = 2Edited by - patelhasu on 04/04/2002 11:57:40 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-04-04 : 11:56:43
|
Page-level summaries in MS Access need to be done using some VB code, as far as I know. Access 97 has examples of this in the help file, I don't know if Access 2000 does though (the Access 2000 help file is WORTHLESS for VB information, hell, WORTHLESS for just about any advanced Access topic) |
 |
|
patelhasu
Starting Member
13 Posts |
Posted - 2002-04-04 : 11:58:55
|
i'm using access 2002 |
 |
|
patelhasu
Starting Member
13 Posts |
Posted - 2002-04-04 : 12:02:50
|
can you just help me get started with this. what would i have to do in the vba code. |
 |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-04-04 : 12:19:36
|
The best place I know of for advanced Access is [url]http://www.mvps.org[/url]. If they don't have something, no one will. |
 |
|
|
|
|