Creating labels one per person

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

Guest

I have a query that i have created. A person may be listed on there multiple
times, but I want to create labels that displays one per person. How do I do
that? In my query each person is identified with an unique person number.

thanks,
Karen
 
KRB said:
I have a query that i have created. A person may be listed on there
multiple times, but I want to create labels that displays one per
person. How do I do that? In my query each person is identified with
an unique person number.

thanks,
Karen

I suggest you use the DISTINCT statement.
 
I'm not exactly sure on how to do that. I tried to do it in SQL view in my
query but it didn't work. Maybe I had it in the wrong place. I'm fairly new
at working with access
 
Open up you query in query design and click on the Total button (looks a bit
like an E - sigma sign)

This generates the disctinct keyword for you.
 
Thanks! That worked..

Chris said:
Open up you query in query design and click on the Total button (looks a bit
like an E - sigma sign)

This generates the disctinct keyword for you.
 

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

Back
Top