Search results

  1. C

    Buttons Prints instead of Opens

    When I click the button it's supposed to open another report, instead it prints it. Here's the code" Private Sub cmdGraphTotalBilled_Click() DoCmd.OpenReport "Graph Total Billed 24" End Sub I've used the same function in other places and it works fine.
  2. C

    Calculating the Variance (i think)

    I have a bunch Facilities I go to, and Some data about each one. I wanted to know how I would be able to calculate how much above the average a facility is. ex: Here's my Query Result right now: Facility Average P/H A-----------3.5 B ----------3.67 C---------- 3 D-----------4.1 I want to be...
  3. C

    Kind of Duplicate problem

    I have two queries pulling data and manipulating it based on two separate tables. The Queries are each grouped by month and year and so info for the last 24 months. I am making a 3rd query that takes the data from each query and manipulates that. However when i do this it multiplies the entire...
Back
Top Bottom