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  dBforums > PC based Database Applications > Microsoft Access > Chart and Report detail don't match

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-03, 07:26
july_dunlop july_dunlop is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
Question Chart and Report detail don't match

TRANSFORM Sum(QRY_LECHE.CANTIDAD) AS SumOfCANTIDAD SELECT QRY_LECHE.FECHA_ORDENO FROM QRY_LECHE
GROUP BY QRY_LECHE.FECHA_ORDENO PIVOT QRY_LECHE.NUMERO_ESTAMPADO;

Where fecha_ordeno is the rowheading, numero_estampado is columheading and cantidad is the value for the column graph. The graph appears in a report and is suppose to match the current date via a child/master field (fecha_ordeno), but they don't. Instead I get graph of day 5 in day 6, 6 in the 7 and so on. Some times (very few) it appears right.

The report look like this :

Fecha : 01/05/2003
-------------------------------------
No. Estamp Cantidad
-------------------------------------
101 10
102 20

Graph :
----------------------------------------
102
---
101 | |
--- | |
| | | |
| | | |
-----------------------------------------
01/06/2003

Note the dates of the graph and the report don't match (but they are linked through the child/master field). How do I make them match.

!HEEEEEEEEEEEEEEEEEEEEEEEEEELP!

I don't know what else to do.
Reply With Quote
  #2 (permalink)  
Old 11-26-03, 13:38
july_dunlop july_dunlop is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
Re: Chart and Report detail don't match

Here you have the file. Please set marginst to 0.5", and orientation to Ladscape so it fit.
Attached Files
File Type: zip graph.zip (117.1 KB, 14 views)
Reply With Quote
  #3 (permalink)  
Old 12-12-03, 07:21
july_dunlop july_dunlop is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
Re: Chart and Report detail don't match

Quote:
Originally posted by july_dunlop
Here you have the file. Please set marginst to 0.5", and orientation to Ladscape so it fit.
This a microsoft documented behavior is caused by a timing problem between Microsoft Access and Microsoft Graph. To find out more look for :
318079 For Access 2000
317155 For Access 997
318096 For Access 2002

They have 2 methods to work around.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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