Search results

  1. B

    Get detail row numbers from main group

    Solved: Get detail row numbers from main group See attached mdb Due to this limitation of Access, I had to eliminate the bottom level group and create a work-around to count the detail rows at the bottom level. Credit to Allen Browne (one of your fellow Ausies) for this idea. The key is using...
  2. B

    Get detail row numbers from main group

    Take a fresh look at my example report up in the first post on this thread. The Flowers main group is not numbered, but the detail rows are numbered. I want to be able to number the detail rows just as they appear in my example, per Flower, not per Color. This, sadly, cannot be in the usual way...
  3. B

    Get detail row numbers from main group

    I actually have the counts already. I'm not interested in counting anything. I simply want row numbers for the records returned in the Detail grouped not on the lowest heirarchy group, but on the next-higher level of group. Has anyone done this? It seems like a common enough task, but Access...
  4. B

    Get detail row numbers from main group

    The subgroup footer is hidden and has txtCounter (=1) in it to count number of records in the subgroup. Now I want row numbers in the Detail that display neither OverGroup (the subgroup) nor OverAll (no group), but instead for the Main Group. for Example, the report should look like: Daisy...
Back
Top Bottom