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 derfloh 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. rgarza

    Calculating Age Groups

    Well I was finally able to check and run the query. I thought of the code on the top but I failed to see the subsitution that could be done. I'm always amazed as to what can be done with SQL queries. Thanks again for the help. Ray
  2. rgarza

    Calculating Age Groups

    The date column is a different date, it is not the birthdate. Here is the essentials of the tables: Table1 has the statistical information with a link to Table2 via uID to get the users birthdate Table1 uID --> VARCHAR(7) runDate --> DATE Table2 uID --> VARCHAR(7) bDate --> DATE Hope this helps.
  3. rgarza

    Calculating Age Groups

    Hi, I need to be able to calculate age groups from a birthdate field and SUM them up. Example, age1 = 0 - 12 years old age2 = 13 -17 years old age3 = 17 and above years old Date age1 age2 age3 ---- ---- ---- ---- 11/04/04 3 5 14 11/03/04 15 2 13 I'm...

Part and Inventory Search

Back
Top