how to manipulate repeated entries

S

safenia

I have the following table:
I have organized my cds writing down the name of the cd, the artist, the
type of music and the tracks..
I want to make a report that contains the above info in the following order
(hierarchy):
type of music
artist
name of cd
tracks
without repeating entries (ie when the artist changes but not the type of
music, I don't want the type to appear again)
please note that I am a new access user!
 
S

Steve

Create a query and put the fields in the order you have here. Sort ascending
on type of music and artist. Use the query as the recordsource of your
report. In the report design, group on type of music.

Steve
(e-mail address removed)
 

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