Search results

  1. D

    Controlling Page Width of Report

    Thanks. Yes, I think the lines are too wide as well. The problem is that when viewing the reports, I do not see the lines. Is it something about my settings or view? Also, is there a way to automatically force the report to be a certain width, and then have Access cut off everything past...
  2. D

    Controlling Page Width of Report

    When I view my report, all the contents fit on one page. The next few pages are blank and only have lines on them that extend horizontally for no reason. Is there a way to force all elements of the report, including graphics, to be a speficied width? Thanks
  3. D

    Formatting Labels With Details

    Yes. I want this to happen while running the report. Do I need to take care of this while in Design View?
  4. D

    Formatting Labels With Details

    I am creating a report and playing around with the formatting. Every time I change a Field in the Header section, I want to automatically change the Detail field that corresponds to the label. For example, if I change the size of a text box in a Header section, I want the detail that the text...
  5. D

    Do you know what this error means?

    I do not have a report named "Summary Options" (the thing that Access says it can't find), nor do I have any fields in the query or the report called "Summary Options." Any suggestions about how I can debug this error? Thanks
  6. D

    Do you know what this error means?

    And how to debug it? Thanks. Not sure what other info to include... The expression On Format you entered as the event property setting produced the following error: The report name ‘Summary Report’ you entered is misspelled or refers to a report that isn’t open or doesn’t exist. · The...
  7. D

    Summary Options in Report

    I have a report that is Grouped by Department. Each department section has several copiers under it. Various data about the copiers is displayed, including a billing total for each copier. I need to sum the Billing Total for each copier in a specific department and then display that amount...
  8. D

    Best way to import data on a monthly schedule

    Hi. I'm designing a database that will generate monthly invoices for 500 customers. The customers all rent copy machines, and each month we get an Excel report which lists the number of copies made at each copier. My first step is to import in all data, including the static information...
  9. D

    Displaying Null Values with Expression Builder

    That did the trick, thanks much!
  10. D

    Displaying Null Values with Expression Builder

    Hi. I am using Expression Builder to total 3 columns for a query. Total: [BaseTotal]+[ClickTotal]+[Adj Total] The [Adj Total] is sometimes empty, and when this happens, Total is empty even though there are values for [BaseTotal] & [ClickTotal]. How can I make the Total show up regardless...
Back
Top Bottom