I have an MS Access 2000 database It has an Applications table and an Applicants table.
One Application ID may have many applicants attached. When creating a query by Application ID, one row is returned for each applicant attached to the application e.g.
Application ID Applicant ID FirstName LastName
100 1 Jay kumar
100 2 Jai singh
What I want is a query that returns Application ID once and all the applicants attached to it in the one row.
thanks
One Application ID may have many applicants attached. When creating a query by Application ID, one row is returned for each applicant attached to the application e.g.
Application ID Applicant ID FirstName LastName
100 1 Jay kumar
100 2 Jai singh
What I want is a query that returns Application ID once and all the applicants attached to it in the one row.
thanks
Comment