Search results

  1. G

    Custom Report

    On the NoData event in your report, have the code either display a messagebox or have it open a report. As for your first question I am not savy enough to help you there.
  2. G

    Calculating Averages In my Report

    This makes sense but I still have the problem when the values fit on one page. I am also not sure how to set a good break point to see what I'm doing. I put my code in the Detail_Print event and it does the some thing.
  3. G

    Calculating Averages In my Report

    I have a report where one of the things it displays is the time it took person "A" and the time it took person "B" to complete a sample and the difference between the two. If the person forgets to write the time it took them to finish the sample the person entering the data will either put in a...
  4. G

    Printing (printer) messes up my custom counter

    What would be the correct event to put my code?
  5. G

    Printing (printer) messes up my custom counter

    After I open the report I am doing from the form, and then attempt to print, the custom counter I am using gets divided by two. I understand it does this because when Access prints it does the whole report again so it is giving me twice the number of entries thereby a smaller average. Is there...
Back
Top Bottom