Search results

  1. MsDYJ

    Filtering a Form

    Hi, I have a project database that I've created and there is a multiple items form that lists all of the projects in the database. The users are wanting a way to filter these projects--the want to be able to filter by status, priority, and status. What kind of control could I use to do this on...
  2. MsDYJ

    Confused about displaying certain records

    I'm making a form with multiple items, but I only want certain records to populate it. How would I tell access that I only want to see incomplete projects, in other words, if the completion field associated with each project ID is not checked, show it on this form. Would I need to use any code...
  3. MsDYJ

    Adding existing fields in a form

    I'm creating a multiple-item form to use as a dashboard that is based on another form. The multiple form is automatically populated with all the controls from the other form, except an unbound text box I inserted to show an actual cost. Is there away I can insert this control into my dashboard...
  4. MsDYJ

    Dashboard

    Hi! I'm trying to create a "dashboard"/"control panel" in my database that will display all of the current projects we are working on and the statuses of them, and maybe the current cost. From the dashboard I'd like to be able to click a button or link that would take me to the specific...
  5. MsDYJ

    Calculated Fields

    I'm trying to have a running total appear in a form. What I have is a main project form, and a tab control with 4 subforms. 2 of the subforms contain costs for resources and materials. What I want to happen is this: When the cost and qty. of a material and the cost and hours worked of a resource...
  6. MsDYJ

    Trouble with Tables, Relationships & Forms

    I'm building a database to manage projects with 5 tables. There is a main project table and the other 4 tables are all parts of the project (stake holder, resources, materials, results.) My form is set up in a way where there is the main project entry form and it has a tab control that contains...
  7. MsDYJ

    Trouble with Tables, Relationships & Forms

    I'm building a database to manage projects with 5 tables. There is a main project table and the other 4 tables are all parts of the project (stake holder, resources, materials, results.) My form is set up in a way where there is the main project entry form and it has a tab control that...
Back
Top Bottom