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 » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Format of Output From A Query



 
 
Thread Tools Display Modes
  #1  
Old September 3rd, 2008, 06:38 PM posted to microsoft.public.access.queries
Carl
external usenet poster
 
Posts: 473
Default Format of Output From A Query

I posted yesterday and wnat to thank all who replied. For some reason I can't
reply to the postings.

If I use this query (Thank You Karl Dewey)

SELECT (count(TradeVolume)/2) AS Total_Volume, (sum(TradeVolume)/2) AS
Total_Trades
FROM HILLTOP;

Is there a way to get my outout to look like this:

Total_Volume:_Result of Query1
Total_Trades:_Result of Query2

I need the output to be layed out like above and I need the special
charactwer ":" as well as the spaces "_" as shown.

Thank you in advance.




  #2  
Old September 3rd, 2008, 07:57 PM posted to microsoft.public.access.queries
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Format of Output From A Query

Is there a way to get my outout to look like this:
I do not understand what you want. Total_Volume and Total_Trades will be
numbers, not text as you show.
--
KARL DEWEY
Build a little - Test a little


"carl" wrote:

I posted yesterday and wnat to thank all who replied. For some reason I can't
reply to the postings.

If I use this query (Thank You Karl Dewey)

SELECT (count(TradeVolume)/2) AS Total_Volume, (sum(TradeVolume)/2) AS
Total_Trades
FROM HILLTOP;

Is there a way to get my outout to look like this:

Total_Volume:_Result of Query1
Total_Trades:_Result of Query2

I need the output to be layed out like above and I need the special
charactwer ":" as well as the spaces "_" as shown.

Thank you in advance.




  #3  
Old September 3rd, 2008, 09:16 PM posted to microsoft.public.access.queries
Lord Kelvan
external usenet poster
 
Posts: 637
Default Format of Output From A Query

yeah build a report queries dont/shouldn't work like that so just
create a new report
 




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 03:09 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.