Search results

  1. M

    Passing Report Data to a Table

    Can data in a report be passed onto a data entry form? I need the results from computations that take place in a report to be passed un to a form to put that data in a new table for archive purposes. I know it will require coding, but can anyone help me out with the coding aspect. Thank you...
  2. M

    Passing Report Data

    Can data in a report be passed onto a data entry form? I need the results from computations that take place in a report to be passed un to a form to put that data in a new table. Thank you in advanced for your assistance. martinw
  3. M

    Date/Time Field

    Field Question I am designing a data base that keeps track of time spent on a particular project. I have set the field up formatted to HH:mm but Access wants to treat it as clock time (i.e. 1:30 pm) instead of 1 hour and thirty minutes. Where am I going wrong?? Thanks in advanced for your help.
  4. M

    Forms

    I have created a form called selectiondialogfrm with a list box called lstComplanies that is a multi-select. As I click on the names in the list box, they are displayed in a textbox called txtSelect. What I want to do is to Print a seperate report for each name selected. Any help would be...
  5. M

    # Error

    I have created a report called Reportcard that gets information from 2 other reports (one, absent, adds absentees and the other, tardy, adds tardies). I am using the following: =IIf(Nz([F1])="","0",Count([F1])) to count the records. This works great and gives me the values I need in a text...
Back
Top Bottom