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 strongm 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. perlgurl

    How to pull first instance of ID into a table

    If I understand you correctly you just need to use distinct: SELECT DISTINCT tblName.ID, tblName.field1, tblName.field2, tblName.field3 FROM tblName Joyce

Part and Inventory Search

Back
Top