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 TouchToneTommy 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: *

  • Users: DNH
  • Order by date
  1. DNH

    Mail Merge - Access

    DNH (Visitor) Jan 24, 2001 I have a one to many relationship, where one student may have more than one class. I would like to send each student a list of the classes they are taking for verification. I ran this query: SELECT DISTINCT student_id, course_name FROM Student GROUP BY student_id...
  2. DNH

    Mail Merge - Access

    I have a one to many relationship, where one student may have more than one class. I would like to send each student a list of the classes they are taking for verification. I ran this query: SELECT DISTINCT student_id, course_name FROM Student GROUP BY student_id; and here is part of the...

Part and Inventory Search

Back
Top