Search results

  1. C

    Blank page after category on Report

    I am creating a report that is based on various different categories of information (example: Airports, Fire Departments, Police Stations are all "categories"). For each category, there are a varying number of records. For example, Airports may have 5 records, Fire Departments may have 13...
  2. C

    Spanning Headers

    Hi there, Is it possible to span across the page header into the 'detail' section of a Report so that I can display a tab along the edge of each page of my Report that details the page title? This would make it much easier/faster to search through a large printed document (much like a...
  3. C

    Print to File - VB Code?

    Does anyone know if there is code to print to a file? I cant dig anything up in the help or on Microsoft's website. Any help would be greatly appreciated. - Ryan
  4. C

    Creating an "Installer"

    Hi all, I'd like to create a very basic "installer" for my Access Database. Basically, all I want to do is use a command button with a couple of commands to copy certain files from the CD to the user's hard drive. Any pointers on doing this (I lack VB coding experience)? Thanks! - Ryan
  5. C

    acNormal - Print to File Possible?

    Hey all, I want to do a: DoCmd.OpenReport "Report_Name", acNormal but rather than sending the document to the default printer, I'd like for it to print to file. Is there a command for this? Or something similar that will work? The reason I am doing this is because I have a Table of...
  6. C

    Printing Word Documents

    Hi all, Creating a form that will print various reports and word documents. Is it possible to use a DoCmd (or similar) command to print a Word Document without loading it? Also, any pointers for creating large (50+ page) reports without using table data? I'd like to convert these word...
  7. C

    Updating Subforms After OnClick

    Hi all, I'm using a subform to display a map of an entire area. I am trying to set it up so that when you click on a certain button, the subform will update and show a zoomed-in map (ie: the map originally shows all of Florida, but when you click "Miami", the subform updates to show a...
  8. C

    Creating an ImageMap

    Hi all, I'd like to create an Access form with a map on it with clickable (linked) regions. Any pointers on how to go about doing this? Thanks, - Ryan
  9. C

    Creating a "Table of Contents" Report

    Hi all, I have created a report that extracts and groups data from a single table. This report groups the different categories (its an Emergency Plan, so there are categories such as "Police Departments", "Fire Departments", etc). My question is - I want to create another report that will...
  10. C

    Displaying Variable Values

    Hi all, I'm generating a report based on a pull-down menu of different item descriptions. There is a small form that contains the description (combo box), the start date and the end date. Is there some way I can see the value of the variable "Description" (the name of the Combo Box)? For...
Back
Top Bottom