Double data in Query

N

Nancy

Hi,
Am trying to create a query using two tables. One is a list of student
names and id number and one is a list of courses. Using the id number as a
reference, i need to extract the employee's id and see what course he/she
completed or not. Unfortunatly, in my query results i get as many times
(lines) as number of courses the employee has followed. How can i avoid that
and have only a single record (line) with student id, course number and an
"X" if that course has been followed (null if not followed). Thanks!
 
J

Jerry Whittle

If I understand the problem correctly, use your current query as the basis
for a crosstab query when using the Crosstab Query Wizard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top