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 SkipVought 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. zlj0000

    My Access Query for Median seems not working for even records

    Hi I want to get a run-time Median Age from my table within the selected timeframe. I am doing this through the next two steps: 1. myQuery is a query to get all the NOT NULL records from myTable: SELECT myTable.myNumber FROM myTable WHERE myDate Between [FromDate] And [ToDate] AND myNumber is...

Part and Inventory Search

Back
Top