Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cjharris

    Variance of data, and total of each variance.

    Ginger, It is also telling me that "You can't calculate totals on the asterick" Because the asterick represents all the fields in a table, you can't calculate totals on it. Remove the asterick from the query design grid. Add the fields you want to use to the design grid, and then select the...
  2. cjharris

    Variance of data, and total of each variance.

    Thank You Ginger for the prompt reply, and the Grouping:coding works fine now I dont have to have two seperate columns to produced the desired results. But I am not clear on when you say bring down "VARIANCE DATE" into the grid and, from the menu pick View+Totals change the GroupBy under...
  3. cjharris

    Variance of data, and total of each variance.

    I would like to calculate the total number of records either identified as >10 or >15. This is the coding I have thus far for >10 Expr3:IIf([VARIANCE DATE] Between 10 And 14,">=10") >15 Expr4: IIf([VARIANCE DATE]>=15,">=15") My expressions Identify accurately what columns are greater than...
  4. cjharris

    No data displayed

    What I am putting in the criteria section for the user id column is "UCase([Enter User Name:])", I also place in the criteria section for the date column "Between [Enter begin Entry Date as MM/DD/YYYY:] And [Enter end Entry Date as MM/DD/YYYY:]". Upon doing the following I successfully...
  5. cjharris

    No data displayed

    I have a report that I am trying to complete. It display the desired results if I leave the criteria field blank, but when I try to run the report with something in the criteria field it displays no data, the only way I can get it to work using criteria is if I place a parameter in the fields...

Part and Inventory Search

Back
Top