Recent content by tdm32

  1. T

    Code to calculate employee total cost based on series

    I have a database which contains an employee table (employee ID, name, phone, classification ect.) and I also have a employee expense table ( expense ID, Job Code, Hours, Salary, etc.). I have a form that contains the employee infor in the form and the employee expenses in the subform. What I...
  2. T

    Filter report based on start date

    :D That was pretty obvious! Thanks Rich!
  3. T

    Filter report based on start date

    I have a report in which I need to filter it based on the date. I need to be able to type a date and gather all the information from that date to the present date. Currently I am using a query with ">"=[Start Date] in the criteria for the date field. When I type any date it fails to give me...
  4. T

    Synchronizing a Form and Subform

    Thanks for the advise:) . I'll try it and let you know how it works.
  5. T

    Synchronizing a Form and Subform

    I have a Form which contains the employee information (Employee ID, Name, title, Phone) and a subform that contains the employees expenses(expense code, Hours, salary,expense, travel, Description)(it also contains Employee ID in the footer, this was done to sync the two well at least I thought)...
  6. T

    Subreport with repeat info

    Thanks for the reply Wayne, but let try to further clarify my situation. The two subreports I am running are coming from two seperate queries. the two seperate tables are joined by a third table called Project. But basically I'm trying to get one subreport to work before I put them both in...
  7. T

    Subreport with repeat info

    I have a subreport form a query in a report. The problem I am having is that rather than only displaying the information from the query once, as I would like it to, it is displaying the same information multiple times. This query consists of hardware information for example computers, cameras...
  8. T

    report from 2 subforms

    I have a form that displays information from 3 differnt tables. A Project Table, an Instruments Table, and a Hardware Table. The pupose of this form is to track the instruments and hardware deployed for a particular project. So what I did, was i displayed the project information on the initial...
Back
Top Bottom