Search results

  1. T

    Open Report when clicking label for Text Box

    I've done a little searching online but have not had much luck, so I'm hoping someone on the forum knows what to do ... I have a form with multiple Text boxes. The Text Boxes are showing summary results, but I want to be able to load more detailed reports I have developed when I click on the...
  2. T

    Counting records from multiple queries

    Issue resolved.
  3. T

    Needing to calculate percentage in Form

    I used the value of the Text Boxes to get my answer: txtPercentage = Round((Val(txt01) / Val(txt00)) * 100, 2)
  4. T

    Needing to calculate percentage in Form

    Query2 gives the Total Count, while Query1 is a partial count. I have to use qCount to pull these values for the text boxes.
  5. T

    Needing to calculate percentage in Form

    (SOLVED) Needing to calculate percentage in Form I have a Form with multiple text boxes. I was able to pull the numeric values from the queries I have created, but I need to find a way to setup a pair of percentage calculations to fill in the last two fields. I tried using the following...
  6. T

    Counting records from multiple queries

    The queries have breakdowns of the data and I am trying to pull the record counts of those queries into the form.
  7. T

    Counting records from multiple queries

    I feel the need to preface this post with the following: :banghead::banghead::banghead::banghead::banghead::banghead::banghead::banghead::banghead::banghead: I have a form that I created to pull the results of multiple queries in an Access database. While browsing for coding solutions, I came...
  8. T

    Need help developing forms

    I think I found out what I was doing wrong. I've concentrated my efforts on the PC Out form and will hopefully have that one to a point where I can come back and look into this issue.
  9. T

    Need help developing forms

    First time poster, so please be nice. The search has not really played nice with me. I have created a database in Access 2007 for an Inventory Tracking system. The idea is to maintain our in-house inventory of PCs while tracking when PCs are shipped out to locations and received from the...
Back
Top Bottom