PC Review


Reply
Thread Tools Rate Thread

Access 2003 Grouping in a Report

 
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      27th Feb 2006
I am trying to display the total amount of times I sent product out for
repair by Serial # in the Report Footer. The field name is Sn#. I would
like for it to display something like this:

Serial # Total Repairs
M0345 4
M0241 6
M0318 1

Can Anyone give me a simple solution?

Thank you,
 
Reply With Quote
 
 
 
 
Douglas J Steele
Guest
Posts: n/a
 
      27th Feb 2006
Difficult to give a definitive answer without knowing what your tables look
like, but you should be able to create a Totals query.

You do this by choosing the table that has the details required to arrive at
the totals below and dragging the Serial Number field and one other field
into the grid. Change the query to a Totals query (click on the Sigma button
on the button bar, or choose Totals on the View menu). Leave the default
"Group By" under the Serial Number field, and change it to "Count" under the
other field.

You can then create a report based on that query, and use it as a subreport.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Ron" <(E-Mail Removed)> wrote in message
news:C37635E6-CBBD-4DCA-BCCB-(E-Mail Removed)...
> I am trying to display the total amount of times I sent product out for
> repair by Serial # in the Report Footer. The field name is Sn#. I would
> like for it to display something like this:
>
> Serial # Total Repairs
> M0345 4
> M0241 6
> M0318 1
>
> Can Anyone give me a simple solution?
>
> Thank you,



 
Reply With Quote
 
Donovan Glover
Guest
Posts: n/a
 
      27th Feb 2006

"Douglas J Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:(E-Mail Removed)...
> Difficult to give a definitive answer without knowing what your tables
> look
> like, but you should be able to create a Totals query.
>
> You do this by choosing the table that has the details required to arrive
> at
> the totals below and dragging the Serial Number field and one other field
> into the grid. Change the query to a Totals query (click on the Sigma
> button
> on the button bar, or choose Totals on the View menu). Leave the default
> "Group By" under the Serial Number field, and change it to "Count" under
> the
> other field.
>
> You can then create a report based on that query, and use it as a
> subreport.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Ron" <(E-Mail Removed)> wrote in message
> news:C37635E6-CBBD-4DCA-BCCB-(E-Mail Removed)...
>> I am trying to display the total amount of times I sent product out for
>> repair by Serial # in the Report Footer. The field name is Sn#. I would
>> like for it to display something like this:
>>
>> Serial # Total Repairs
>> M0345 4
>> M0241 6
>> M0318 1
>>
>> Can Anyone give me a simple solution?
>>
>> Thank you,

>
>



 
Reply With Quote
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      28th Feb 2006
I was able to get the Serial # to display just once in the query. But what I
can't still figure out is how to get a total of how many times I actually
enter the serial # in to the table that I created for sending equipment out
for repair. Can someone help me with the Count?

"Ron" wrote:

> I am trying to display the total amount of times I sent product out for
> repair by Serial # in the Report Footer. The field name is Sn#. I would
> like for it to display something like this:
>
> Serial # Total Repairs
> M0345 4
> M0241 6
> M0318 1
>
> Can Anyone give me a simple solution?
>
> Thank you,

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      1st Mar 2006
Did you try the suggestion I made?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Ron" <(E-Mail Removed)> wrote in message
news:FB942E15-C0D2-464C-A0BB-(E-Mail Removed)...
>I was able to get the Serial # to display just once in the query. But what
>I
> can't still figure out is how to get a total of how many times I actually
> enter the serial # in to the table that I created for sending equipment
> out
> for repair. Can someone help me with the Count?
>
> "Ron" wrote:
>
>> I am trying to display the total amount of times I sent product out for
>> repair by Serial # in the Report Footer. The field name is Sn#. I would
>> like for it to display something like this:
>>
>> Serial # Total Repairs
>> M0345 4
>> M0241 6
>> M0318 1
>>
>> Can Anyone give me a simple solution?
>>
>> Thank you,



 
Reply With Quote
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      1st Mar 2006
I did try it. I have it setup as a Group for the Sn# field, but what is the
other field?

"Douglas J. Steele" wrote:

> Did you try the suggestion I made?
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Ron" <(E-Mail Removed)> wrote in message
> news:FB942E15-C0D2-464C-A0BB-(E-Mail Removed)...
> >I was able to get the Serial # to display just once in the query. But what
> >I
> > can't still figure out is how to get a total of how many times I actually
> > enter the serial # in to the table that I created for sending equipment
> > out
> > for repair. Can someone help me with the Count?
> >
> > "Ron" wrote:
> >
> >> I am trying to display the total amount of times I sent product out for
> >> repair by Serial # in the Report Footer. The field name is Sn#. I would
> >> like for it to display something like this:
> >>
> >> Serial # Total Repairs
> >> M0345 4
> >> M0241 6
> >> M0318 1
> >>
> >> Can Anyone give me a simple solution?
> >>
> >> Thank you,

>
>
>

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      1st Mar 2006
Any field you want in the table, preferably one that is never null.

In fact, it can be Sn# a second time if you want.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Ron" <(E-Mail Removed)> wrote in message
news:64EA7ACE-06DB-4FB1-909D-(E-Mail Removed)...
>I did try it. I have it setup as a Group for the Sn# field, but what is
>the
> other field?
>
> "Douglas J. Steele" wrote:
>
>> Did you try the suggestion I made?
>>
>> --
>> Doug Steele, Microsoft Access MVP
>> http://I.Am/DougSteele
>> (no private e-mails, please)
>>
>>
>> "Ron" <(E-Mail Removed)> wrote in message
>> news:FB942E15-C0D2-464C-A0BB-(E-Mail Removed)...
>> >I was able to get the Serial # to display just once in the query. But
>> >what
>> >I
>> > can't still figure out is how to get a total of how many times I
>> > actually
>> > enter the serial # in to the table that I created for sending equipment
>> > out
>> > for repair. Can someone help me with the Count?
>> >
>> > "Ron" wrote:
>> >
>> >> I am trying to display the total amount of times I sent product out
>> >> for
>> >> repair by Serial # in the Report Footer. The field name is Sn#. I
>> >> would
>> >> like for it to display something like this:
>> >>
>> >> Serial # Total Repairs
>> >> M0345 4
>> >> M0241 6
>> >> M0318 1
>> >>
>> >> Can Anyone give me a simple solution?
>> >>
>> >> Thank you,

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Um9u?=
Guest
Posts: n/a
 
      1st Mar 2006
I setup a second field with Sn# as well. Instead of using Group By in this
second field I chose count. When I ran the query, the table showed the
Serial #s correctly, all of the counts for each serial # were 1. I need it
to display the # of times I sent each serial # out for repair. I know most
of them were more than once. Any suggestions?

"Douglas J. Steele" wrote:

> Any field you want in the table, preferably one that is never null.
>
> In fact, it can be Sn# a second time if you want.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Ron" <(E-Mail Removed)> wrote in message
> news:64EA7ACE-06DB-4FB1-909D-(E-Mail Removed)...
> >I did try it. I have it setup as a Group for the Sn# field, but what is
> >the
> > other field?
> >
> > "Douglas J. Steele" wrote:
> >
> >> Did you try the suggestion I made?
> >>
> >> --
> >> Doug Steele, Microsoft Access MVP
> >> http://I.Am/DougSteele
> >> (no private e-mails, please)
> >>
> >>
> >> "Ron" <(E-Mail Removed)> wrote in message
> >> news:FB942E15-C0D2-464C-A0BB-(E-Mail Removed)...
> >> >I was able to get the Serial # to display just once in the query. But
> >> >what
> >> >I
> >> > can't still figure out is how to get a total of how many times I
> >> > actually
> >> > enter the serial # in to the table that I created for sending equipment
> >> > out
> >> > for repair. Can someone help me with the Count?
> >> >
> >> > "Ron" wrote:
> >> >
> >> >> I am trying to display the total amount of times I sent product out
> >> >> for
> >> >> repair by Serial # in the Report Footer. The field name is Sn#. I
> >> >> would
> >> >> like for it to display something like this:
> >> >>
> >> >> Serial # Total Repairs
> >> >> M0345 4
> >> >> M0241 6
> >> >> M0318 1
> >> >>
> >> >> Can Anyone give me a simple solution?
> >> >>
> >> >> Thank you,
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Report/Subreport Problems with Sorting/Grouping, Access 2003 tsquared1518 Microsoft Access Reports 2 14th May 2010 03:45 PM
Report Grouping, Access 2000 & 2003 jfcby Microsoft Access 2 22nd Jan 2007 03:13 AM
Access Report Does Not Appear to be Grouping SuperOpus Microsoft Access 0 17th Jan 2007 03:41 PM
Access Report Grouping =?Utf-8?B?SmFtZXMgTw==?= Microsoft Access 0 16th Feb 2006 10:56 PM
report grouping (Access 97) Joseph Barrett Microsoft Access Reports 1 23rd Jul 2004 10:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:39 PM.