Recent content by aben77

  1. A

    Print a "Continued" message in Repeating Group Header Section

    i'm getting the #Name? error... i checked all the places where the code above lists ACCOUNTNAME and i have substituted my field name, which is CATEGORY. any thoughts??
  2. A

    Print a "Continued" message in Repeating Group Header Section

    where does the last piece of visual basic go?? Private Function IsContinuedSection() As Boolean IsContinuedSection = bContinuedSection And Page > 1 End Function thanks (a fairly uninformed access builder...)
  3. A

    Sub Reports

    the name of my subreports is not showing up anywhere on the main report when it prints out (on screen or on paper)... so i was trying to force it to do that by manually entering text boxes into each subreport page header. but those are not displaying in the main report. so i then figured the...
  4. A

    Sub Reports

    i obviously have a very funky database design which is creating lots o' problems. i've deduced that neither the page header nor page footers from my subreports are appearing on the main report. as such, i thought i could solve my problem by putting the table name at the page header of the main...
  5. A

    Sub Reports

    do you know what code i could put into a text box (??) that would print the table name in the page header? i think that might solve my problem.... =table ?? =tablename ??? thx
  6. A

    Sub Reports

    i added a text box, changed the setting on the page header to appear only when there's no report header, straightened out some lines that were a bit crooked, made the report header a bit smaller. if i open the individual reports, i see the changes so i know they are saved. but i don't see the...
  7. A

    Sub Reports

    updating sub-reports I've created a main report with numerous subreports. However, I then had to make some formatting changes to the original reports that are the data sources for the subreports. Now when I open the main report, the formatting updates do not appear. Is there a way to "pull"...
  8. A

    Sub Reports

    thank you so so so much alisa for your attention to this. i was going bonkers.
  9. A

    Sub Reports

    oh!! i added a page break between the subreports and i think that might have done the trick!
  10. A

    Sub Reports

    yes they look perfect.
  11. A

    Sub Reports

    i think i'm clicking the container. i followed your directions. it's all set to YES for CANGROW. any other thoughts?? so frustrating. i'm sure it's so so so easy...
  12. A

    Sub Reports

    oh i just found it. but it is already set to yes... i looked in the properties of the detail section.
  13. A

    Sub Reports

    is this something i have to program in? i'm not seeing the cangrow property in the property list (when i double-click the box on upper left corner of subreport control.
  14. A

    Sub Reports

    yes each resource is its own report. but when i open a new blank report and insert the existing reports as subreports, either the listings overlap each other on the page making it unreadable or all the separate entries from each individual report do not appear. i'm sure i'm doing something...
  15. A

    Sub Reports

    still not solved.. thanks alisa. i still can't get all the records from each individual report to appear. i basically have several "flat" tables that are not linked to each other. they list various resources in our social services area (e.g., anger management, psychiatrists, support groups...
Back
Top Bottom