report help

  • Thread starter Thread starter Cliff Myers
  • Start date Start date
C

Cliff Myers

Hello all,

My first Access attempt. Is there a way that when I print a report it will
only print the ID, Name, Date, and Scores of a table?

I want it to look it like this:

ID #
Last Name, First Name

6/1/04 102 6/2/04 104 6/3/04 106
6/4/04 105 6/5/04 108 6/6/04 142
6/7/07 155 6/8/04 125 6/9/04 158

Right now when I look at a report I get the ID, Name, Date and score
separated. All I want is all the dates and scores for each name.

Thanks,
 
Cliff Myers said:
Hello all,

My first Access attempt. Is there a way that when I print a report it will
only print the ID, Name, Date, and Scores of a table?

I want it to look it like this:

ID #
Last Name, First Name

6/1/04 102 6/2/04 104 6/3/04 106
6/4/04 105 6/5/04 108 6/6/04 142
6/7/07 155 6/8/04 125 6/9/04 158

Right now when I look at a report I get the ID, Name, Date and score
separated. All I want is all the dates and scores for each name.

Thanks,
Hi
Add grouping by id
On the toolbar it looks something like
|(=
|(=
hth
Marc
 
Back
Top