Search results

  1. J

    continuous page numbering w/multiple reports

    Brian, I have a similar porblem and was searching for an answer. I noticed no one responded to your post from 2001. Were you able to come up with a solution? If so, can you share it with me. Thanks in advance JR
  2. J

    Checkbox on Report based on Combo Box on Form

    Once I put the field on my report, it worked great. Thanks for your help.
  3. J

    Checkbox on Report based on Combo Box on Form

    Wicklund, Thanks for your reply. I used the code below and am receiving a compile error: "Method or data member not found". I wonder if it is because the combo box is on a form and the checkbox is on a report? If Me.cboPreNoteType = "Original" Then Me.chkOriginal = -1...
  4. J

    Checkbox on Report based on Combo Box on Form

    I have a form with a combo box that has three possible values (Text1, Text2 and Text3). On my report, I have three checkboxes (Checkbox1, Checkbox2 and Checkbox3). If the combo box value is “Text1” then I need Checkbox1 “Checked”. If the combo box value is “Text2” then I need Checkbox2...
  5. J

    Printing portrate and landscape from one report

    I am creating a database for a company that tests vapor recovery systems. Currently, they do everything by hand on preprinted forms, which are required by the state. The entire testing process involves a series of six different tests that must to be reported to the state in the format of their...
  6. J

    Page Headers and Subreports

    I was doing a search on subreports and came across your old question. If you have not resolved your problem, you can find some information relating to it at: http://support.microsoft.com/support/kb/articles/Q120/9/07.asp
  7. J

    Subreport header across multiple pages

    Rick, Thanks for your reply. There is no repeat section option on the property sheet for the subform header. Any other thoughts?
  8. J

    Subreport header across multiple pages

    I am using Access 97 and have created a report which contains three subreports. My main report has a header section that I want to appear on all pages. Most of the time my report is all on one page. However, when it is pushed to two pages, I want the subreport that is split on two pages to...
  9. J

    Report based on a parameter query

    I have a report that is based on two queries. The first query requires a parameter (date) which is placed in a field in the query results. The second query uses the parameter date field in the first query to perform a calculation to determine the number of years between the parameter date and...
Top Bottom