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. KJ0281

    90th Percentile

    I need to know the Total Amount of Time that 90% of projects were completed in. Say I have a list of 10 projects sorted by TATs. The 90th percentile is the time associated with the 9th project on the list since 90% of the projects were completed in that time.
  2. KJ0281

    90th Percentile

    Hello, I have a table with two columns: ProjectID and TAT. TAT is the Total Amount of Time a project is open. I would like to find the 90th percentile of TAT and place that number into a report. Any ideas on how to calculate the 90th percentile? I am new to VB so any code would be very...
  3. KJ0281

    VBA Error after splitting Access2K Database

    Thank you. I added Set, but still have the same problem. Any thing else? Is the (.) operator not supported in split databases? If they aren't, how do I preform this function? Thanks again.
  4. KJ0281

    VBA Error after splitting Access2K Database

    I am building off of a database that someone else built and there is a problem. When I split the database and distribute it, this piece of code stops working. I used the splitter utility and everything is fine so I don't know why this is a problem. It works when the database is not split. At the...

Part and Inventory Search

Back
Top