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!

Recent content by SJSUHSG

  1. SJSUHSG

    Printing Duplicates Only

    Thanks Brian, Your solution worked.
  2. SJSUHSG

    Printing Duplicates Only

    Hello, I want to print the records which are duplicates based on a Primary Key,if the key is duplicated I want to print the record with its each occurance. I tried grouping by Key and then taking a count of each group and then including all Count>1. This trick works if I just want to see...
  3. SJSUHSG

    Making Matrix from the available data

    How to convert following data to a matrix as shown below: Data: a a b c d e b a b c d e c a b c d e d a b c d e e a b c d e to Matrix below: a b c d e b a c d e c b a d e d c b a e e d c b a

Part and Inventory Search

Back
Top