A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Report Question



 
 
Thread Tools Display Modes
  #1  
Old January 20th, 2010, 04:21 PM posted to microsoft.public.access.reports
Carl
external usenet poster
 
Posts: 473
Default Report Question

Hello All.

Hope I have found the correct spot for my question.

I am trying to learn how to create reports.

My records look like so:

ActDate SalesID ProductID SalesVolume
15-Dec AAA SPY 10
15-Dec AAA SPY 5
15-Dec BBB SPY 40
15-Dec BBB IBM 10
15-Dec CCC SPY 2
16-Dec AAA SPY 500
16-Dec AAA IBM 10
16-Dec BBB CAT 25
16-Dec CCC SPY 100
16-Dec BBB IBM 2

I need a report to list out by ActDate and ProductID, a ranking of the
SalesID.

Was hoping I could get a report that was layed out as so:

15-Dec 16-Dec
CAT 0 BBB
IBM BBB AAA;BBB
SPY BBB;AAA;CCC AAA;CCC

For example, on Dec 15, BBB had the top SalesVolume for SPY. AAA was second,
CCC third.

Can someone show me how this can be done ?

Thank you in advance.



  #2  
Old January 20th, 2010, 07:31 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Question

I believe you could use the generic concatenation function found at
http://www.rogersaccesslibrary.com/f...sts.asp?TID=16.

--
Duane Hookom
Microsoft Access MVP


"carl" wrote:

Hello All.

Hope I have found the correct spot for my question.

I am trying to learn how to create reports.

My records look like so:

ActDate SalesID ProductID SalesVolume
15-Dec AAA SPY 10
15-Dec AAA SPY 5
15-Dec BBB SPY 40
15-Dec BBB IBM 10
15-Dec CCC SPY 2
16-Dec AAA SPY 500
16-Dec AAA IBM 10
16-Dec BBB CAT 25
16-Dec CCC SPY 100
16-Dec BBB IBM 2

I need a report to list out by ActDate and ProductID, a ranking of the
SalesID.

Was hoping I could get a report that was layed out as so:

15-Dec 16-Dec
CAT 0 BBB
IBM BBB AAA;BBB
SPY BBB;AAA;CCC AAA;CCC

For example, on Dec 15, BBB had the top SalesVolume for SPY. AAA was second,
CCC third.

Can someone show me how this can be done ?

Thank you in advance.



  #3  
Old January 20th, 2010, 08:00 PM posted to microsoft.public.access.reports
Carl
external usenet poster
 
Posts: 473
Default Report Question

Thanks.

Can you show me how to create this report ?

"Duane Hookom" wrote:

I believe you could use the generic concatenation function found at
http://www.rogersaccesslibrary.com/f...sts.asp?TID=16.

--
Duane Hookom
Microsoft Access MVP


"carl" wrote:

Hello All.

Hope I have found the correct spot for my question.

I am trying to learn how to create reports.

My records look like so:

ActDate SalesID ProductID SalesVolume
15-Dec AAA SPY 10
15-Dec AAA SPY 5
15-Dec BBB SPY 40
15-Dec BBB IBM 10
15-Dec CCC SPY 2
16-Dec AAA SPY 500
16-Dec AAA IBM 10
16-Dec BBB CAT 25
16-Dec CCC SPY 100
16-Dec BBB IBM 2

I need a report to list out by ActDate and ProductID, a ranking of the
SalesID.

Was hoping I could get a report that was layed out as so:

15-Dec 16-Dec
CAT 0 BBB
IBM BBB AAA;BBB
SPY BBB;AAA;CCC AAA;CCC

For example, on Dec 15, BBB had the top SalesVolume for SPY. AAA was second,
CCC third.

Can someone show me how this can be done ?

Thank you in advance.



  #4  
Old January 20th, 2010, 10:53 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Report Question

Tell us what you don't understand about the solution. Did you copy the
code/module into your application? Did you try it? Do you have a table/query
name you could share?

--
Duane Hookom
Microsoft Access MVP


"carl" wrote:

Thanks.

Can you show me how to create this report ?

"Duane Hookom" wrote:

I believe you could use the generic concatenation function found at
http://www.rogersaccesslibrary.com/f...sts.asp?TID=16.

--
Duane Hookom
Microsoft Access MVP


"carl" wrote:

Hello All.

Hope I have found the correct spot for my question.

I am trying to learn how to create reports.

My records look like so:

ActDate SalesID ProductID SalesVolume
15-Dec AAA SPY 10
15-Dec AAA SPY 5
15-Dec BBB SPY 40
15-Dec BBB IBM 10
15-Dec CCC SPY 2
16-Dec AAA SPY 500
16-Dec AAA IBM 10
16-Dec BBB CAT 25
16-Dec CCC SPY 100
16-Dec BBB IBM 2

I need a report to list out by ActDate and ProductID, a ranking of the
SalesID.

Was hoping I could get a report that was layed out as so:

15-Dec 16-Dec
CAT 0 BBB
IBM BBB AAA;BBB
SPY BBB;AAA;CCC AAA;CCC

For example, on Dec 15, BBB had the top SalesVolume for SPY. AAA was second,
CCC third.

Can someone show me how this can be done ?

Thank you in advance.



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.