Removing duplicate entires from multiple queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Question,

I have a query that's pulling info back from other queries that seperate out
overdue names for classes they need.

The query looks like this :

Math............English............History
Bob.............Steve...............Sara
Bob.............Tom.................Mary
Bob..............Sara................Mary
Bob...............Chris..............Steve


My question is, how do I get it to look like this:

Math............English............History
Bob.............Steve...............Sara
.............Tom...............Steve
..............Sara................
...............Chris..............


Thanks!
 
My question is, how do I get it to look like this:

Math............English............History
Bob.............Steve...............Sara
.............Tom...............Steve
..............Sara................
...............Chris..............

By basing a Report on the query, and setting the textboxes to suppress
duplicates.

John W. Vinson[MVP]
 

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

Similar Threads


Back
Top