Search results

  1. K

    Help with expression or event

    I have a project resource allocation table. In this table, project managers can go in and allocate resources to projects. Each resource has a primary discipline (i.e., Design, QA, etc.). However, project managers can request them for work outside of their primary discipline, which is another...
  2. K

    Help with Query Criteria

    I'm developing a report whose query is linked to a resources table containing background info about each of the resources in my department. Currently, the query pulls data for all resources regardless of whether or not they're still employed by my organization. In the resources table there is a...
  3. K

    Filtering Control Data

    I have a report that pulls data from a project table. There are fields in the project table that contains a list of all project hours for employees. I've developed a control that I would like to pull only a certain type of project hours for a period. The field that contains this information is...
  4. K

    Help with bound controls

    I'm developing a report that is linked to a project resource allocation table which pulls project hours for employees. However, I would only like for the control to pull those hours that fall under the "PMO" project category. There are three different PMO categories. They include PTO, Holiday...
  5. K

    Distinguishing data in a report

    I have developed a report containing hours worked for employees and consultants. I would like to highlight all hours about 36 for employees and those above 44 for consultants. I've tried conditional formatting, however this doesn't allow me to distinguish between the types of workers. Is there...
  6. K

    View of Controls on a Report

    I have a control on a report linked to a "comments" field on a table. However, I only want the control visible if there is data in the corresponding field for each record. If there is no data in the "comments" field for a certain record, the control will not show on the report for that...
  7. K

    Help with Access Table Design

    I'm trying to create a validation rule in a microsoft access table that would require the entering of data in a "comments" field is another field's check box has been checked. What is the best way to go about doing this?
Back
Top Bottom