J
J Cole
I am relatively new to access and I am facing problem in generating a report
as requireed using the "Create report by using wizard" / even in editing the
report that gets generated.
I am reading in data from two tables and displaying the following
information:
<<Report in Design view looks like this>>
<Page Header>
----------------------------------------------------------------------
<Track Header>
TRACK NAME: Track 1
DRIVER CLASS NO. NAME RACE TIME
-----------------------------------------------------------------------
111 aaa 10.0
111 aaa 9.0
111 aaa 11.0
222 bbb 12.0
222 bbb 11.0
333 ccc 11.0
------------------------------------------------------------------------
<Track Footer>
Average time for track 1 = [ 10.67 ]
------------------------------------------------------------------------
<Page Footer>
What I am actually looking for is a report in which I would be
able to display only the average race time for each driver and the average
time
for the track. As in, I'm looking for a report like below:
<<Desired report>>
<Page Header>
----------------------------------------------------------------------
<Track Header>
TRACK NAME: Track 1
DRIVER CLASS NO. NAME RACE TIME
-----------------------------------------------------------------------
111 aaa 10.0
222 bbb 11.5
333 ccc 11.0
------------------------------------------------------------------------
<Track Footer>
Average time for track 1 = [ 10.67 ]
------------------------------------------------------------------------
<Page Footer>
Could some one guide me in the right direction to achive this?
Thanks in advance.
Cole
as requireed using the "Create report by using wizard" / even in editing the
report that gets generated.
I am reading in data from two tables and displaying the following
information:
<<Report in Design view looks like this>>
<Page Header>
----------------------------------------------------------------------
<Track Header>
TRACK NAME: Track 1
DRIVER CLASS NO. NAME RACE TIME
-----------------------------------------------------------------------
111 aaa 10.0
111 aaa 9.0
111 aaa 11.0
222 bbb 12.0
222 bbb 11.0
333 ccc 11.0
------------------------------------------------------------------------
<Track Footer>
Average time for track 1 = [ 10.67 ]
------------------------------------------------------------------------
<Page Footer>
What I am actually looking for is a report in which I would be
able to display only the average race time for each driver and the average
time
for the track. As in, I'm looking for a report like below:
<<Desired report>>
<Page Header>
----------------------------------------------------------------------
<Track Header>
TRACK NAME: Track 1
DRIVER CLASS NO. NAME RACE TIME
-----------------------------------------------------------------------
111 aaa 10.0
222 bbb 11.5
333 ccc 11.0
------------------------------------------------------------------------
<Track Footer>
Average time for track 1 = [ 10.67 ]
------------------------------------------------------------------------
<Page Footer>
Could some one guide me in the right direction to achive this?
Thanks in advance.
Cole