Search results

  1. F

    Use VBA to scale a report's dimensions

    Thanks Guus2005, What I do manually (as described) is in design time in Access report designer and I would think that the "desired code" will also work like that. In access you design the report format once and then store it as a named report. Whenever you open it again, it acquires new...
  2. F

    Use VBA to scale a report's dimensions

    I need a VBA function that will reduce (downscale) all the dimensions of a report. I create reports with so many horizontal fields (controls), that they do not fit into the width of a standard A4 page. The result is that Access prints them on two pages wide. What I do manually is to create the...
  3. F

    close a specific report with VBA

    Thanks a lot.
  4. F

    close a specific report with VBA

    I have an open report on the desktop and want to close it with code. Can anyone help?
  5. F

    Open report on last page code

    Thanks, It works nice!
  6. F

    Open report on last page code

    How can I open a report to view the last page of the report?
Back
Top Bottom