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  

Two Crosstab with one total



 
 
Thread Tools Display Modes
  #1  
Old March 21st, 2008, 05:57 AM posted to microsoft.public.access.queries
nick
external usenet poster
 
Posts: 642
Default Two Crosstab with one total

I am trying to get a running total on figures but am unable to do so. I can
get them to show up on a query but unable to understand how they can be added
together. Your help is appreciated.
SELECT OvertimeTracking_CrosstabodlTOTAL.Mon,
OvertimeTracking_CrosstabodlTOTAL.Sat, qOT.Prior
FROM qOT INNER JOIN OvertimeTracking_CrosstabodlTOTAL ON qOT.SSI =
OvertimeTracking_CrosstabodlTOTAL.SSI;

  #2  
Old March 21st, 2008, 10:47 PM posted to microsoft.public.access.queries
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Two Crosstab with one total

What are you trying to total. I see two fields from the same query(?) being
displayed but no attempt at doing any math.
--
KARL DEWEY
Build a little - Test a little


"Nick" wrote:

I am trying to get a running total on figures but am unable to do so. I can
get them to show up on a query but unable to understand how they can be added
together. Your help is appreciated.
SELECT OvertimeTracking_CrosstabodlTOTAL.Mon,
OvertimeTracking_CrosstabodlTOTAL.Sat, qOT.Prior
FROM qOT INNER JOIN OvertimeTracking_CrosstabodlTOTAL ON qOT.SSI =
OvertimeTracking_CrosstabodlTOTAL.SSI;

  #3  
Old March 22nd, 2008, 04:54 AM posted to microsoft.public.access.queries
nick
external usenet poster
 
Posts: 642
Default Two Crosstab with one total

Sorry,add OvertimeTracking_CrosstabodlTOTAL.Sat with qOT.Prior. I tried
adding + sign between them and naming it weekTotal. but received and error
message.

"KARL DEWEY" wrote:

What are you trying to total. I see two fields from the same query(?) being
displayed but no attempt at doing any math.
--
KARL DEWEY
Build a little - Test a little


"Nick" wrote:

I am trying to get a running total on figures but am unable to do so. I can
get them to show up on a query but unable to understand how they can be added
together. Your help is appreciated.
SELECT OvertimeTracking_CrosstabodlTOTAL.Mon,
OvertimeTracking_CrosstabodlTOTAL.Sat, qOT.Prior
FROM qOT INNER JOIN OvertimeTracking_CrosstabodlTOTAL ON qOT.SSI =
OvertimeTracking_CrosstabodlTOTAL.SSI;

 




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 10:04 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.